summaryrefslogtreecommitdiffstats
path: root/demux/codec_tags.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-08 23:05:18 +0200
committerwm4 <wm4@nowhere>2013-09-08 23:05:18 +0200
commitf5195cc4e715a141a4b74848e93a7921db713bff (patch)
treeda39140dcd7325fdac0f4f38a62a3f1e56c665c2 /demux/codec_tags.c
parent3992e5dfcacbb43461dd594f3ebf4b429956c311 (diff)
downloadmpv-f5195cc4e715a141a4b74848e93a7921db713bff.tar.bz2
mpv-f5195cc4e715a141a4b74848e93a7921db713bff.tar.xz
demux_mkv: support V_PRORES
Why not... Code for demangling Matroska-style prores video packets inspired by libavformat's Matroska demuxer.
Diffstat (limited to 'demux/codec_tags.c')
-rw-r--r--demux/codec_tags.c1
1 files changed, 1 insertions, 0 deletions
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},
};