[FFmpeg-cvslog] r8990 - trunk/libavformat/isom.c

bcoudurier subversion
Fri May 11 01:42:28 CEST 2007


Author: bcoudurier
Date: Fri May 11 01:42:28 2007
New Revision: 8990

Log:
dmb1 fourcc, mjpeg_opendml.mov

Modified:
   trunk/libavformat/isom.c

Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c	(original)
+++ trunk/libavformat/isom.c	Fri May 11 01:42:28 2007
@@ -70,6 +70,7 @@ const AVCodecTag codec_movvideo_tags[] =
     { CODEC_ID_MJPEG,  MKTAG('m', 'j', 'p', 'a') }, /* Motion-JPEG (format A) */
     { CODEC_ID_MJPEG,  MKTAG('A', 'V', 'D', 'J') }, /* MJPEG with alpha-channel (AVID JFIF meridien compressed) */
 /*  { CODEC_ID_MJPEG,  MKTAG('A', 'V', 'R', 'n') }, *//* MJPEG with alpha-channel (AVID ABVB/Truevision NuVista) */
+    { CODEC_ID_MJPEG,  MKTAG('d', 'm', 'b', '1') }, /* Motion JPEG OpenDML */
     { CODEC_ID_MJPEGB, MKTAG('m', 'j', 'p', 'b') }, /* Motion-JPEG (format B) */
 
     { CODEC_ID_SVQ1, MKTAG('S', 'V', 'Q', '1') }, /* Sorenson Video v1 */




More information about the ffmpeg-cvslog mailing list