Skip to content
Snippets Groups Projects
Commit 7b01dd3b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Hugo Beauzée-Luyssen
Browse files

avcodec: add mappings for AVS2 and AVS3

parent d591b868
No related branches found
No related tags found
1 merge request!1187davs2: AVS2 video decoder
......@@ -146,6 +146,12 @@ static const struct vlc_avcodec_fourcc video_codecs[] =
{ VLC_CODEC_KMVC, AV_CODEC_ID_KMVC },
{ VLC_CODEC_FLASHSV, AV_CODEC_ID_FLASHSV },
{ VLC_CODEC_CAVS, AV_CODEC_ID_CAVS },
#if LIBAVCODEC_VERSION_CHECK(58, 22, 100)
{ VLC_CODEC_CAVS2, AV_CODEC_ID_AVS2 },
#endif
#if LIBAVCODEC_VERSION_CHECK(58, 109, 100)
{ VLC_CODEC_CAVS3, AV_CODEC_ID_AVS3 },
#endif
{ VLC_CODEC_JPEG2000, AV_CODEC_ID_JPEG2000 },
{ VLC_CODEC_VMNC, AV_CODEC_ID_VMNC },
{ VLC_CODEC_VP5, AV_CODEC_ID_VP5 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment