rawdec: Support more QT 1bpp rawvideo files.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Piotr Bandurski 2011-12-28 00:50:25 -05:00 committed by Anton Khirnov
parent 1135a07146
commit d3a5c26986

View File

@ -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 },
};