summaryrefslogtreecommitdiffstats
path: root/demux/codec_tags.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-14 04:36:58 +0200
committerwm4 <wm4@nowhere>2013-04-20 23:28:24 +0200
commit80d0ab1058e283f81100919f06345bf4a4deae19 (patch)
treec821e0546067360d7572687b64d88590565201b8 /demux/codec_tags.c
parent8b017c73c4ac3d54bf4d16d8349059c1de4dbc36 (diff)
downloadmpv-80d0ab1058e283f81100919f06345bf4a4deae19.tar.bz2
mpv-80d0ab1058e283f81100919f06345bf4a4deae19.tar.xz
demux_mkv: support vp9
Note that ffmpeg doesn't provide a decoder by default yet.
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 70b7a9a26e..2af450ad07 100644
--- a/demux/codec_tags.c
+++ b/demux/codec_tags.c
@@ -310,6 +310,7 @@ static const struct mp_codec_tag mp_video_codec_tags[] = {
{MKTAG('I', 'N', 'P', 'V'), "interplayvideo"},
{MKTAG('V', 'Q', 'A', 'V'), "ws_vqa"},
{MKTAG('C', '9', '3', 'V'), "c93"},
+ {MKTAG('V', 'P', '9', '0'), "vp9"},
{0},
};