From f5195cc4e715a141a4b74848e93a7921db713bff Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 8 Sep 2013 23:05:18 +0200 Subject: demux_mkv: support V_PRORES Why not... Code for demangling Matroska-style prores video packets inspired by libavformat's Matroska demuxer. --- demux/codec_tags.c | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/codec_tags.c') diff --git a/demux/codec_tags.c b/demux/codec_tags.c index 63564e7c7d..ba3472dda3 100644 --- a/demux/codec_tags.c +++ b/demux/codec_tags.c @@ -312,6 +312,7 @@ static const struct mp_codec_tag mp_video_codec_tags[] = { {MKTAG('V', 'Q', 'A', 'V'), "ws_vqa"}, {MKTAG('C', '9', '3', 'V'), "c93"}, {MKTAG('V', 'P', '9', '0'), "vp9"}, + {MKTAG('p', 'r', '0', '0'), "prores"}, {0}, }; -- cgit v1.2.3