mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 06:05:32 +01:00
avcodec: add IMM5 decoder
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user