mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
rawdec: Support more QT 1bpp rawvideo files.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
1135a07146
commit
d3a5c26986
@ -59,6 +59,7 @@ static const PixelFormatTag pix_fmt_bps_mov[] = {
|
||||
{ PIX_FMT_RGB555BE, 16 },
|
||||
{ PIX_FMT_RGB24, 24 },
|
||||
{ PIX_FMT_ARGB, 32 },
|
||||
{ PIX_FMT_MONOWHITE,33 },
|
||||
{ PIX_FMT_NONE, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user