mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 19:01:03 +00:00
Support raw black&white in mov, fixes issue 1654.
Originally committed as revision 20984 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
759dc2b6cc
commit
e1bd945b1d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user