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

Piotr Bandurski git at videolan.org
Fri Jan 15 19:25:46 CET 2016


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Thu Jan 14 17:01:00 2016 +0100| [eded2e4fac988fe37a6b55967c439c41c66bb8ed] | committer: Paul B Mahol

avformat/riff: add C210 FourCC (Canopus C210)

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

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index f22fd47..cce9bb2 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -248,6 +248,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_V308,         MKTAG('v', '3', '0', '8') },
     { AV_CODEC_ID_V408,         MKTAG('v', '4', '0', '8') },
     { AV_CODEC_ID_AYUV,         MKTAG('A', 'Y', 'U', 'V') },



More information about the ffmpeg-cvslog mailing list