Canopus HQX decoder

Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.
This commit is contained in:
Vittorio Giovara
2015-02-22 18:38:31 +00:00
parent 36a6fb989b
commit 35c6ce76b1
14 changed files with 2904 additions and 1 deletions

View File

@@ -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 }
};