[FFmpeg-cvslog] r18777 - trunk/libavcodec/rawdec.c

bcoudurier subversion
Sun May 10 02:53:02 CEST 2009


Author: bcoudurier
Date: Sun May 10 02:53:02 2009
New Revision: 18777

Log:
update comment for rgb 16 bit in .mov

Modified:
   trunk/libavcodec/rawdec.c

Modified: trunk/libavcodec/rawdec.c
==============================================================================
--- trunk/libavcodec/rawdec.c	Sun May 10 01:02:20 2009	(r18776)
+++ trunk/libavcodec/rawdec.c	Sun May 10 02:53:02 2009	(r18777)
@@ -46,10 +46,10 @@ static const PixelFormatTag pixelFormatB
 };
 
 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 },



More information about the ffmpeg-cvslog mailing list