Commit d3a5c269 authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Anton Khirnov

rawdec: Support more QT 1bpp rawvideo files.

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 1135a071
......@@ -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 },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment