summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-02-22 18:38:31 +0000
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-02-22 22:42:27 +0000
commit35c6ce76b107225a19eb33aea38857d2405882af (patch)
treea6a6f405b1cd9ea115091c397888e399af46a1f9 /libavformat/riff.c
parent36a6fb989b017898041703025ef20028146675a8 (diff)
Canopus HQX decoder
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
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 }
};