mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avcodec: add MV30 decoder
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user