demux_mkv: add V_MPEG4/MS/V3 mapping

Fixes: #6547
This commit is contained in:
wm4 2019-10-24 13:35:40 +02:00
parent 8721ac50fb
commit bc2058fcd4
1 changed files with 1 additions and 0 deletions

View File

@ -1347,6 +1347,7 @@ static const char *const mkv_video_tags[][2] = {
{"V_MPEG4/ISO/ASP", "mpeg4"},
{"V_MPEG4/ISO/AP", "mpeg4"},
{"V_MPEG4/ISO/AVC", "h264"},
{"V_MPEG4/MS/V3", "msmpeg4v3"},
{"V_THEORA", "theora"},
{"V_VP8", "vp8"},
{"V_VP9", "vp9"},