Commit aab47389 authored by bcoudurier's avatar bcoudurier

update comment for rgb 16 bit in .mov

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18777 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e1a78701
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment