From d3c140bbf2901dfe155093a6039dbe3dc92ee75a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 3 Oct 2013 16:12:40 +0200 Subject: demux_mkv: add support for HEVC Note that you still need --vd-lavc-o='strict=-2' to enable the decoder. Also, there's no guarantee that all required features for HEVC demuxing are actually implemented, nor that the current muxing schema is the final one. --- 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 ba3472dda3..66489aae03 100644 --- a/demux/codec_tags.c +++ b/demux/codec_tags.c @@ -313,6 +313,7 @@ static const struct mp_codec_tag mp_video_codec_tags[] = { {MKTAG('C', '9', '3', 'V'), "c93"}, {MKTAG('V', 'P', '9', '0'), "vp9"}, {MKTAG('p', 'r', '0', '0'), "prores"}, + {MKTAG('H', 'E', 'V', 'C'), "hevc"}, {0}, }; -- cgit v1.2.3