# HG changeset patch # User bcoudurier # Date 1241916782 0 # Node ID 3ac52a1878835671c1a5e79a4eba73d1a9558af2 # Parent 35514159910f1c96e223c5ee7a702156d76e7d67 update comment for rgb 16 bit in .mov diff -r 35514159910f -r 3ac52a187883 rawdec.c --- a/rawdec.c Sat May 09 12:26:05 2009 +0000 +++ b/rawdec.c Sun May 10 00:53:02 2009 +0000 @@ -46,10 +46,10 @@ }; 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 },