Commit 0e70f9ed authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: prepare the binding to VP8 in ffmpeg

This is still commented out until we have a lavc version bump
parent 57fee78f
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment