From 55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c Mon Sep 17 00:00:00 2001
From: Piotr Bandurski <ami_stuff@o2.pl>
Date: Wed, 20 Jan 2016 11:56:30 -0500
Subject: [PATCH] riff: add C210 FourCC (Canopus C210)

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 7ad8a4d2139..2cbe0382d7c 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') },
-- 
GitLab