vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Jul 14 13:44:39 2012 +0200| [fc1d88d7c37f0faf82fc3f9a59c56696677320ce] | committer: Jean-Baptiste Kempf
Add more FourCC for Mp4 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc1d88d7c37f0faf82fc3f9a59c56696677320ce --- src/misc/fourcc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c index cf5b99e..a7d6d7c 100644 --- a/src/misc/fourcc.c +++ b/src/misc/fourcc.c @@ -184,6 +184,8 @@ static const entry_t p_list_video[] = { E("FFDS", "FFDShow MPEG-4"), E("VIDM", "vidm 4.01 codec"), E("DP02", "DynaPel MPEG-4 codec"), + E("PLV1", "Pelco DVR MPEG-4"), + E("QMP4", "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"), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
