[FFmpeg-cvslog] riff: add C210 FourCC (Canopus C210)

Piotr Bandurski git at videolan.org
Wed Jan 27 21:09:30 CET 2016


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Wed Jan 20 11:56:30 2016 -0500| [55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c] | committer: Vittorio Giovara

riff: add C210 FourCC (Canopus C210)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c
---

 libavformat/riff.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 7ad8a4d..2cbe038 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -245,6 +245,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_R10K,         MKTAG('R', '1', '0', 'k') },
     { AV_CODEC_ID_R210,         MKTAG('r', '2', '1', '0') },
     { AV_CODEC_ID_V210,         MKTAG('v', '2', '1', '0') },
+    { AV_CODEC_ID_V210,         MKTAG('C', '2', '1', '0') },
     { AV_CODEC_ID_V410,         MKTAG('v', '4', '1', '0') },
     { AV_CODEC_ID_INDEO3,       MKTAG('I', 'V', '3', '1') },
     { AV_CODEC_ID_INDEO3,       MKTAG('I', 'V', '3', '2') },



More information about the ffmpeg-cvslog mailing list