mirror of https://github.com/mpv-player/mpv
demux_mkv: add V_SNOW tag to mkv_video_tags
Apparently, and to nobody's surprise, mkv can contain snow. It does so with the V_SNOW tag. We can now play back snow-inside-mkv in mpv.
This commit is contained in:
parent
89513d26a2
commit
e6a68e2330
|
@ -1375,6 +1375,7 @@ static const char *const mkv_video_tags[][2] = {
|
|||
{"V_DIRAC", "dirac"},
|
||||
{"V_PRORES", "prores"},
|
||||
{"V_MPEGH/ISO/HEVC", "hevc"},
|
||||
{"V_SNOW", "snow"},
|
||||
{0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue