rawdec: Support more QT 1bpp rawvideo files.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Piotr Bandurski
2012-01-01 22:27:04 +01:00
committed by Anton Khirnov
parent 1135a07146
commit d3a5c26986
+1
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 },
};