avcodec: add IMM5 decoder

This commit is contained in:
Paul B Mahol
2018-09-14 11:14:15 +02:00
parent 0067da587a
commit 7c0b3ba7dd
9 changed files with 208 additions and 2 deletions

View File

@@ -488,6 +488,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '6') },
{ AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '7') },
{ AV_CODEC_ID_LSCR, MKTAG('L', 'S', 'C', 'R') },
{ AV_CODEC_ID_IMM5, MKTAG('I', 'M', 'M', '5') },
{ AV_CODEC_ID_NONE, 0 }
};