mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
rawdec: Support more QT 1bpp rawvideo files.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
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 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user