vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sun Dec 2 11:04:07 2012 +0100| [6c5d040e87ab0255dfb2eaebb8c347656360c14b] | committer: Jean-Baptiste Kempf
Add V264 FourCC > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c5d040e87ab0255dfb2eaebb8c347656360c14b --- src/misc/fourcc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c index ac4f000..ce6d471 100644 --- a/src/misc/fourcc.c +++ b/src/misc/fourcc.c @@ -264,6 +264,7 @@ static const staticentry_t p_list_video[] = { A("h264"), A("x264"), A("X264"), + A("V264"), /* avc1: special case h264 */ A("avc1"), A("AVC1"), _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
