Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-22 20:45:47 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-22 20:45:47 +0400
commit07f45bc9887daa0cf760de46f8ee098ca2563725 (patch)
tree5f7d716d4f260b9fd74384b6be699f26fe81279d /libavformat/riff.c
parentcc0ac0d2cb957c21e1bbfb90e07cedbcab1ee960 (diff)
Support Canopus SD50 with fourcc "CDV5".
Fixes ticket #93.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
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') },