Commit e601e078 authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Michael Niedermayer

avformat/riff: add M102 FourCC

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent fc689477
......@@ -420,6 +420,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_RSCC, MKTAG('I', 'S', 'C', 'C') },
{ AV_CODEC_ID_CFHD, MKTAG('C', 'F', 'H', 'D') },
{ AV_CODEC_ID_M101, MKTAG('M', '1', '0', '1') },
{ AV_CODEC_ID_M101, MKTAG('M', '1', '0', '2') },
{ AV_CODEC_ID_NONE, 0 }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment