From e1bd945b1dcd91321ac18397b2531bcbdd93dbd5 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 30 Dec 2009 22:58:49 +0000 Subject: Support raw black&white in mov, fixes issue 1654. Originally committed as revision 20984 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rawdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c index 25d74ed..458ac96 100644 --- a/libavcodec/rawdec.c +++ b/libavcodec/rawdec.c @@ -46,6 +46,7 @@ static const PixelFormatTag pixelFormatBpsAVI[] = { }; static const PixelFormatTag pixelFormatBpsMOV[] = { + { PIX_FMT_MONOWHITE, 1 }, { PIX_FMT_PAL8, 4 }, { PIX_FMT_PAL8, 8 }, // FIXME swscale does not support 16 bit in .mov, sample 16bit.mov -- cgit v1.1