[vlc-commits] Add V264 FourCC
Jean-Baptiste Kempf
git at videolan.org
Sun Dec 2 11:21:11 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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"),
More information about the vlc-commits
mailing list