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

avcodec: map VP7 decoder

parent 9cfa7763
......@@ -260,6 +260,11 @@ static const struct
{ VLC_CODEC_FIC , AV_CODEC_ID_FIC, VIDEO_ES },
#endif
#if LIBAVCODEC_VERSION_CHECK( 55, 43, 0, 56, 108 )
{ VLC_CODEC_VP7 , AV_CODEC_ID_VP7, VIDEO_ES },
#endif
/* ffmpeg only: AV_CODEC_ID_BRENDER_PIX */
/* ffmpeg only: AV_CODEC_ID_Y41P */
/* ffmpeg only: AV_CODEC_ID_EXR */
......
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