mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
demux_mkv: support V_FFV1 tag
FFmpeg encodes FFV1 with the V_MS/VFW/FOURCC tag, but GStreamer's matroskamux uses the V_FFV1 tag, so we need to recognize it.
This commit is contained in:
parent
12077b7f37
commit
acff22cb3b
@ -1447,6 +1447,7 @@ static const char *const mkv_video_tags[][2] = {
|
|||||||
{"V_PNG", "png"},
|
{"V_PNG", "png"},
|
||||||
{"V_AVS2", "avs2"},
|
{"V_AVS2", "avs2"},
|
||||||
{"V_AVS3", "avs3"},
|
{"V_AVS3", "avs3"},
|
||||||
|
{"V_FFV1", "ffv1"},
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user