[FFmpeg-cvslog] avformat/riff: add M102 FourCC
Piotr Bandurski
git at videolan.org
Sat May 7 05:12:24 CEST 2016
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Fri May 6 22:43:00 2016 +0200| [e601e078e94f03d1288daa8516249cc27be688f7] | committer: Michael Niedermayer
avformat/riff: add M102 FourCC
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e601e078e94f03d1288daa8516249cc27be688f7
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index ccbe608..dd20aff 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 }
};
More information about the ffmpeg-cvslog
mailing list