Commit ef0cdc5b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: prepare the binding to VP8 in ffmpeg

(cherry picked from commit 0e70f9ed)
(cherry picked from commit 488fd4bd)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 1ec491ed
...@@ -204,6 +204,10 @@ static const struct ...@@ -204,6 +204,10 @@ static const struct
{ VLC_CODEC_INDEO5, CODEC_ID_INDEO5, VIDEO_ES }, { VLC_CODEC_INDEO5, CODEC_ID_INDEO5, VIDEO_ES },
#endif #endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 68, 2 )
{ VLC_CODEC_VP8, CODEC_ID_VP8, VIDEO_ES },
#endif
/* Videogames Codecs */ /* Videogames Codecs */
{ VLC_CODEC_INTERPLAY, CODEC_ID_INTERPLAY_VIDEO, VIDEO_ES }, { 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