]> git.sesse.net Git - vlc/commitdiff
Add VP8 fourcc VP80
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 16:27:57 +0000 (18:27 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 16:27:57 +0000 (18:27 +0200)
include/vlc_fourcc.h
src/misc/fourcc.c

index be622c0eb40dd5031767cc5efe277a1a44245652..e28c42bde2b6bd5621f03141d520bb0bbb0b3014 100644 (file)
 #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 */
index 085950a3c331960bc3dfe0549e55ab7542468970..ebe84349e9ec6a41d34e30324df09ba763def89c 100644 (file)
@@ -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"),