vlc | branch: master | Francois Cartegnie <[email protected]> | Mon Jul 8 15:36:48 2019 +0200| [9aeacafe19943509ad74db80da2980dc611f038c] | committer: Francois Cartegnie
fourcc: update QNAP descriptions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9aeacafe19943509ad74db80da2980dc611f038c --- src/misc/fourcc_list.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h index 00a36f17d3..fbf810b61d 100644 --- a/src/misc/fourcc_list.h +++ b/src/misc/fourcc_list.h @@ -159,7 +159,7 @@ static const staticentry_t p_list_video[] = { E("PLV1", "Pelco DVR MPEG-4"), E("QMP4", "QNAP Systems MPEG-4"), E("qMP4", "QNAP Systems MPEG-4"), - A("wMP4"), /* Seems QNAP too */ + E("wMP4", "QNAP Systems MPEG-4"), /* 3ivx delta 3.5 Unsupported * putting it here gives extreme distorted images */ //E("3IV1", "3ivx delta 3.5 MPEG-4 Video"), @@ -338,9 +338,9 @@ static const staticentry_t p_list_video[] = { A("FLJP"), A("FMJP"), A("SJPG"), - A("QIVG"), /* Probably QNAP */ - A("qIVG"), /* Probably QNAP */ - A("wIVG"), /* Probably QNAP */ + E("QIVG", "QNAP Motion JPEG"), + E("qIVG", "QNAP Motion JPEG"), + E("wIVG", "QNAP Motion JPEG"), E("AVRn", "Avid Motion JPEG"), E("AVDJ", "Avid Motion JPEG"), E("ADJV", "Avid Motion JPEG"), _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
