avformat/riff: add M102 FourCC

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Piotr Bandurski 2016-05-06 22:43:00 +02:00 committed by Michael Niedermayer
parent fc6894770e
commit e601e078e9
1 changed files with 1 additions and 0 deletions

View File

@ -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 }
};