Commit 85eedcf6 authored by ami_stuff's avatar ami_stuff Committed by Carl Eugen Hoyos

Support decoding of 1bpp rawvideo in avi (ticket 205).

parent 0eba7fc2
......@@ -39,6 +39,7 @@ typedef struct RawVideoContext {
} RawVideoContext;
static const PixelFormatTag pix_fmt_bps_avi[] = {
{ PIX_FMT_MONOWHITE, 1 },
{ PIX_FMT_PAL8, 2 },
{ PIX_FMT_PAL8, 4 },
{ PIX_FMT_PAL8, 8 },
......
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