vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Aug 2 23:10:38 2011 +0200| [1c8e72ee2c2ea0711b5c94ec6aaa39bc523d56e1] | committer: Jean-Baptiste Kempf
Add DreX fourCCs > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c8e72ee2c2ea0711b5c94ec6aaa39bc523d56e1 --- src/misc/fourcc.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c index 5ef2708..cd020b2 100644 --- a/src/misc/fourcc.c +++ b/src/misc/fourcc.c @@ -161,6 +161,7 @@ static const entry_t p_list_video[] = { E("dx50", "DivX MPEG-4 Video"), E("BLZ0", "Blizzard MPEG-4 Video"), E("DXGM", "Electronic Arts Game MPEG-4 Video"), + E("DreX", "DreX Mpeg-4"), /* 3ivx delta 4 */ E("3IV2", "3ivx MPEG-4 Video"), E("3iv2", "3ivx MPEG-4 Video"), @@ -252,6 +253,7 @@ static const entry_t p_list_video[] = { E("vssh", "Vanguard VSS H264"), E("DAVC", "Dicas MPEGable H.264/MPEG-4 AVC"), E("davc", "Dicas MPEGable H.264/MPEG-4 AVC"), + E("x3eV", "DreX H.264"), /* H263 and H263i */ /* H263(+) is also known as Real Video 1.0 */ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
