comparison rawdec.c @ 10756:d2c1c2f835b7 libavcodec

Support raw black&white in mov, fixes issue 1654.
author cehoyos
date Wed, 30 Dec 2009 22:58:49 +0000
parents 8a9b0b693a30
children 9de8bd6b4ca4
comparison
equal deleted inserted replaced
10755:465c9e1cad02 10756:d2c1c2f835b7
44 { PIX_FMT_RGB32, 32 }, 44 { PIX_FMT_RGB32, 32 },
45 { PIX_FMT_NONE, 0 }, 45 { PIX_FMT_NONE, 0 },
46 }; 46 };
47 47
48 static const PixelFormatTag pixelFormatBpsMOV[] = { 48 static const PixelFormatTag pixelFormatBpsMOV[] = {
49 { PIX_FMT_MONOWHITE, 1 },
49 { PIX_FMT_PAL8, 4 }, 50 { PIX_FMT_PAL8, 4 },
50 { PIX_FMT_PAL8, 8 }, 51 { PIX_FMT_PAL8, 8 },
51 // FIXME swscale does not support 16 bit in .mov, sample 16bit.mov 52 // FIXME swscale does not support 16 bit in .mov, sample 16bit.mov
52 // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html 53 // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html
53 { PIX_FMT_BGR555, 16 }, 54 { PIX_FMT_BGR555, 16 },