summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2016-01-14 17:01:00 +0100
committerPaul B Mahol <onemda@gmail.com>2016-01-15 19:22:51 +0100
commiteded2e4fac988fe37a6b55967c439c41c66bb8ed (patch)
treebaf9f07b2b375f2b8f9ad870e68a365c10faef63
parent23ac355487e7c871f907b5c57809948805d17ca2 (diff)
downloadffmpeg-streaming-eded2e4fac988fe37a6b55967c439c41c66bb8ed.zip
ffmpeg-streaming-eded2e4fac988fe37a6b55967c439c41c66bb8ed.tar.gz
avformat/riff: add C210 FourCC (Canopus C210)
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
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') },
OpenPOWER on IntegriCloud