[vlc-commits] commit: Add VP8 fourcc VP80 (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Wed May 19 18:30:31 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 19 18:27:57 2010 +0200| [889482503f86645c39960f7cfc1e4dcdbbc43e1c] | committer: Jean-Baptiste Kempf 

Add VP8 fourcc VP80

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=889482503f86645c39960f7cfc1e4dcdbbc43e1c
---

 include/vlc_fourcc.h |    1 +
 src/misc/fourcc.c    |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index be622c0..e28c42b 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -113,6 +113,7 @@
 #define VLC_CODEC_FRWU      VLC_FOURCC('F','R','W','U')
 #define VLC_CODEC_AMV       VLC_FOURCC('A','M','V',' ')
 #define VLC_CODEC_INDEO5    VLC_FOURCC('I','V','5','0')
+#define VLC_CODEC_VP8       VLC_FOURCC('V','P','8','0')
 
 
 /* Planar YUV 4:1:0 Y:V:U */
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 085950a..ebe8434 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -448,6 +448,10 @@ static const entry_t p_list_video[] = {
     B(VLC_CODEC_VP6A, "On2's VP6 A Video"),
         A("VP6A"),
 
+    B(VLC_CODEC_VP8, "On2's VP8 Video"),
+        A("VP80"),
+
+
     /* Xiph.org theora */
     B(VLC_CODEC_THEORA, "Xiph.org's Theora Video"),
         A("theo"),



More information about the vlc-commits mailing list