You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Support decoding of 1bpp rawvideo in avi (ticket 205).
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
0eba7fc293
commit
85eedcf6ff
@@ -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 },
|
||||
|
Reference in New Issue
Block a user