Module: libav
Branch: master
Commit: 55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c

Author:    Piotr Bandurski <[email protected]>
Committer: Vittorio Giovara <[email protected]>
Date:      Wed Jan 20 11:56:30 2016 -0500

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 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') },

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to