mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 11:50:48 +00:00
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:
parent
48ad2278c7
commit
375076578f
@ -1362,6 +1362,8 @@ static const char *const mkv_video_tags[][2] = {
|
|||||||
{"V_SNOW", "snow"},
|
{"V_SNOW", "snow"},
|
||||||
{"V_AV1", "av1"},
|
{"V_AV1", "av1"},
|
||||||
{"V_PNG", "png"},
|
{"V_PNG", "png"},
|
||||||
|
{"V_AVS2", "avs2"},
|
||||||
|
{"V_AVS3", "avs3"},
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user