[FFmpeg-cvslog] r20984 - trunk/libavcodec/rawdec.c
cehoyos
subversion
Wed Dec 30 23:58:49 CET 2009
Author: cehoyos
Date: Wed Dec 30 23:58:49 2009
New Revision: 20984
Log:
Support raw black&white in mov, fixes issue 1654.
Modified:
trunk/libavcodec/rawdec.c
Modified: trunk/libavcodec/rawdec.c
==============================================================================
--- trunk/libavcodec/rawdec.c Wed Dec 30 18:12:29 2009 (r20983)
+++ trunk/libavcodec/rawdec.c Wed Dec 30 23:58:49 2009 (r20984)
@@ -46,6 +46,7 @@ static const PixelFormatTag pixelFormatB
};
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
More information about the ffmpeg-cvslog
mailing list