[FFmpeg-cvslog] Support Canopus SD50 with fourcc "CDV5".

Carl Eugen Hoyos git at videolan.org
Fri Apr 22 18:46:27 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Apr 22 18:45:47 2011 +0200| [07f45bc9887daa0cf760de46f8ee098ca2563725] | committer: Carl Eugen Hoyos

Support Canopus SD50 with fourcc "CDV5".

Fixes ticket #93.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07f45bc9887daa0cf760de46f8ee098ca2563725
---

 libavformat/riff.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 5a40d9a..e884780 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') },



More information about the ffmpeg-cvslog mailing list