Commit 2bd12ee3 authored by ami_stuff's avatar ami_stuff Committed by Carl Eugen Hoyos

Support more QT 1bpp rawvideo files.

Fixes ticket #189.
parent 29ef0174
......@@ -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