avcodec: add Amuse Graphics decoder

This work is sponsored by VideoLAN.
This commit is contained in:
Paul B Mahol
2018-10-10 12:43:55 +02:00
parent 52d8f35b14
commit 4e8cbbf70e
8 changed files with 668 additions and 2 deletions

View File

@@ -477,6 +477,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_RASC, MKTAG('R', 'A', 'S', 'C') },
{ AV_CODEC_ID_HYMT, MKTAG('H', 'Y', 'M', 'T') },
{ AV_CODEC_ID_ARBC, MKTAG('A', 'R', 'B', 'C') },
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '2') },
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '3') },
{ AV_CODEC_ID_NONE, 0 }
};