[FFmpeg-devel] [PATCH 2/2] avformat/riff: add M101

Michael Niedermayer michael at niedermayer.cc
Thu May 5 19:45:48 CEST 2016


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 libavformat/riff.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 70baea1..ccbe608 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -419,6 +419,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_RSCC,         MKTAG('R', 'S', 'C', 'C') },
     { 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_NONE,         0 }
 };
 
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list