From c45fcf30cfab687004ed1cdc06ebaa21f4262a0b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 26 Aug 2015 11:31:41 +0200 Subject: DXV decoder Support all DXDI and DXD3 normal quality videos. --- libavformat/isom.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/isom.c') diff --git a/libavformat/isom.c b/libavformat/isom.c index 0582cfdac4..d421a1a4bd 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -254,6 +254,9 @@ const AVCodecTag ff_codec_movvideo_tags[] = { { AV_CODEC_ID_HAP, MKTAG('H', 'a', 'p', '5') }, { AV_CODEC_ID_HAP, MKTAG('H', 'a', 'p', 'Y') }, + { AV_CODEC_ID_DXV, MKTAG('D', 'X', 'D', '3') }, + { AV_CODEC_ID_DXV, MKTAG('D', 'X', 'D', 'I') }, + { AV_CODEC_ID_NONE, 0 }, }; -- cgit v1.2.3