diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-22 18:45:47 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-22 18:45:47 +0200 |
commit | 07f45bc9887daa0cf760de46f8ee098ca2563725 (patch) | |
tree | 5f7d716d4f260b9fd74384b6be699f26fe81279d /libavformat/riff.c | |
parent | cc0ac0d2cb957c21e1bbfb90e07cedbcab1ee960 (diff) | |
download | ffmpeg-07f45bc9887daa0cf760de46f8ee098ca2563725.tar.gz |
Support Canopus SD50 with fourcc "CDV5".
Fixes ticket #93.
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 5a40d9a339..e884780b76 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -107,6 +107,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', '0') }, { CODEC_ID_DVVIDEO, MKTAG('c', 'd', 'v', 'c') }, /* Canopus DV */ { CODEC_ID_DVVIDEO, MKTAG('C', 'D', 'V', 'H') }, /* Canopus DV */ + { CODEC_ID_DVVIDEO, MKTAG('C', 'D', 'V', '5') }, /* Canopus DV */ { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') }, { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 's') }, { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') }, |