From 35c6ce76b107225a19eb33aea38857d2405882af Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sun, 22 Feb 2015 18:38:31 +0000 Subject: Canopus HQX decoder Based on work by Kostya Shishkov . --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index 866f5c2d6e..d5b334660e 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -351,6 +351,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C', 'N') }, { AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C', 'H') }, { AV_CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') }, + { AV_CODEC_ID_HQX, MKTAG('C', 'H', 'Q', 'X') }, { AV_CODEC_ID_NONE, 0 } }; -- cgit v1.2.3