[SCM] libav/experimental: update comment for rgb 16 bit in .mov

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:45:28 UTC 2013


The following commit has been merged in the experimental branch:
commit 7574dc4c37b213cebc3ab8bebdeeafa44d8df841
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun May 10 00:53:02 2009 +0000

    update comment for rgb 16 bit in .mov
    
    Originally committed as revision 18777 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index 25f5c91..ebd9ded 100644
--- a/libavcodec/rawdec.c
+++ b/libavcodec/rawdec.c
@@ -46,10 +46,10 @@ static const PixelFormatTag pixelFormatBpsAVI[] = {
 };
 
 static const PixelFormatTag pixelFormatBpsMOV[] = {
-    /* FIXME fix swscaler to support those */
-    /* http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap3/chapter_4_section_2.html */
     { PIX_FMT_PAL8,      4 },
     { PIX_FMT_PAL8,      8 },
+    // FIXME swscale does not support 16 bit in .mov, sample 16bit.mov
+    // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html
     { PIX_FMT_BGR555,   16 },
     { PIX_FMT_RGB24,    24 },
     { PIX_FMT_BGR32_1,  32 },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list