]> git.sesse.net Git - vlc/commitdiff
Avcodec: prepare the binding to VP8 in ffmpeg
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 16:52:26 +0000 (18:52 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 16:52:26 +0000 (18:52 +0200)
This is still commented out until we have a lavc version bump

modules/codec/avcodec/fourcc.c

index 7327d833b9f7418cbfbefeece544b2ef9f7d7d54..404cdd63b8c5cbeaffee7b5ae0360c88723a515b 100644 (file)
@@ -200,6 +200,10 @@ static const struct
     { VLC_CODEC_INDEO5, CODEC_ID_INDEO5, VIDEO_ES },
 #endif
 
+#if 0
+    { VLC_CODEC_VP8, CODEC_ID_VP8, VIDEO_ES },
+#endif
+
     /* Videogames Codecs */
 
     { VLC_CODEC_INTERPLAY, CODEC_ID_INTERPLAY_VIDEO, VIDEO_ES },