From e601e078e94f03d1288daa8516249cc27be688f7 Mon Sep 17 00:00:00 2001 From: Piotr Bandurski Date: Fri, 6 May 2016 22:43:00 +0200 Subject: [PATCH] avformat/riff: add M102 FourCC Signed-off-by: Michael Niedermayer --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index ccbe608acd..dd20aff280 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -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 } }; -- 2.11.0