diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2016-01-20 11:56:30 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-01-21 15:33:19 -0500 |
commit | 55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c (patch) | |
tree | d0b143bdf145c55b6a9cfabdf5d44d73fb8267fa /libavformat/riff.c | |
parent | 7c4059ae1e965a44b6e3b8a77378084c6844a07d (diff) | |
download | ffmpeg-55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c.tar.gz |
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 7ad8a4d213..2cbe0382d7 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') }, |