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:
Nicolas F 2017-11-02 22:12:21 +01:00 committed by wm4
parent 89513d26a2
commit e6a68e2330
1 changed files with 1 additions and 0 deletions

View File

@ -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}
};