diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2016-01-14 17:01:00 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-01-15 19:22:51 +0100 |
commit | eded2e4fac988fe37a6b55967c439c41c66bb8ed (patch) | |
tree | baf9f07b2b375f2b8f9ad870e68a365c10faef63 /libavformat/riff.c | |
parent | 23ac355487e7c871f907b5c57809948805d17ca2 (diff) | |
download | ffmpeg-eded2e4fac988fe37a6b55967c439c41c66bb8ed.tar.gz |
avformat/riff: add C210 FourCC (Canopus C210)
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index f22fd474cb..cce9bb298c 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') }, |