1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00

demux_mkv: add png intra support

Evil, non-standard shit.

Sample file and script:
https://github.com/mpv-player/random-stuff/tree/master/matroska/png
This commit is contained in:
wm4 2020-04-16 00:03:26 +02:00
parent cc2ee06e57
commit ace169ad0f

View File

@ -1360,6 +1360,7 @@ static const char *const mkv_video_tags[][2] = {
{"V_MPEGH/ISO/HEVC", "hevc"},
{"V_SNOW", "snow"},
{"V_AV1", "av1"},
{"V_PNG", "png"},
{0}
};