avcodec: add MV30 decoder

This commit is contained in:
Paul B Mahol
2020-02-18 19:33:33 +01:00
parent df08db0711
commit 481ebb1c8b
8 changed files with 763 additions and 2 deletions

View File

@@ -492,6 +492,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_IMM5, MKTAG('I', 'M', 'M', '5') },
{ AV_CODEC_ID_MVDV, MKTAG('M', 'V', 'D', 'V') },
{ AV_CODEC_ID_MVHA, MKTAG('M', 'V', 'H', 'A') },
{ AV_CODEC_ID_MV30, MKTAG('M', 'V', '3', '0') },
{ AV_CODEC_ID_NONE, 0 }
};