Commit e16fbcec authored by cehoyos's avatar cehoyos

Support raw black&white in mov, fixes issue 1654.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20984 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 908ac40e
......@@ -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
......
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