demux_mkv: add AVS2 and AVS3 to tag list

Add support for playing back AVS2 and AVS3 video streams inside
mkv containers if ffmpeg was compiled with avs2/avs3 support.

Fixes: #10695
This commit is contained in:
Nicolas F 2022-10-18 11:24:14 +02:00 committed by Jan Ekström
parent 48ad2278c7
commit 375076578f
1 changed files with 2 additions and 0 deletions

View File

@ -1362,6 +1362,8 @@ static const char *const mkv_video_tags[][2] = {
{"V_SNOW", "snow"},
{"V_AV1", "av1"},
{"V_PNG", "png"},
{"V_AVS2", "avs2"},
{"V_AVS3", "avs3"},
{0}
};