[FFmpeg-cvslog] r11859 - trunk/libavformat/riff.c

diego subversion
Mon Feb 4 13:18:00 CET 2008


Author: diego
Date: Mon Feb  4 13:18:00 2008
New Revision: 11859

Log:
Add dv50 tag to support samples with dv50 fourcc in AVI.
patch by christophelorenz  christophelorenz gmail com


Modified:
   trunk/libavformat/riff.c

Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	(original)
+++ trunk/libavformat/riff.c	Mon Feb  4 13:18:00 2008
@@ -87,6 +87,7 @@ const AVCodecTag codec_bmp_tags[] = {
     { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', 'd') },
     { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'l') },
     { CODEC_ID_DVVIDEO, MKTAG('d', 'v', '2', '5') },
+    { CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', '0') },
     { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') },
     { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') },
     { CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') },




More information about the ffmpeg-cvslog mailing list