mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +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:
parent
cc2ee06e57
commit
ace169ad0f
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user