From 80d0ab1058e283f81100919f06345bf4a4deae19 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 14 Apr 2013 04:36:58 +0200 Subject: demux_mkv: support vp9 Note that ffmpeg doesn't provide a decoder by default yet. --- 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 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}, }; -- cgit v1.2.3