[SCM] libav/experimental: dmb1 fourcc, mjpeg_opendml.mov

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:48 UTC 2013


The following commit has been merged in the experimental branch:
commit c3ebc833b9e2cec3b39a82fe3e98a01dfdb608f1
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Thu May 10 23:42:28 2007 +0000

    dmb1 fourcc, mjpeg_opendml.mov
    
    Originally committed as revision 8990 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 8159f55..741c40a 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list