From: Jean-Baptiste Kempf Date: Wed, 19 May 2010 16:52:26 +0000 (+0200) Subject: Avcodec: prepare the binding to VP8 in ffmpeg X-Git-Tag: 1.2.0-pre1~6599 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0e70f9ed44c34c7ba22dcf11bc2b1e04c3bb9374;p=vlc Avcodec: prepare the binding to VP8 in ffmpeg This is still commented out until we have a lavc version bump --- diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c index 7327d833b9..404cdd63b8 100644 --- a/modules/codec/avcodec/fourcc.c +++ b/modules/codec/avcodec/fourcc.c @@ -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 },