1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-06 10:13:47 +02:00

Support decoding of 2bpp rawvideo in avi (ticket 206).

This commit is contained in:
ami_stuff 2011-05-16 11:25:57 +02:00 committed by Carl Eugen Hoyos
parent d43a6edf7d
commit 0eba7fc293

View File

@ -39,6 +39,7 @@ typedef struct RawVideoContext {
} RawVideoContext; } RawVideoContext;
static const PixelFormatTag pix_fmt_bps_avi[] = { static const PixelFormatTag pix_fmt_bps_avi[] = {
{ PIX_FMT_PAL8, 2 },
{ PIX_FMT_PAL8, 4 }, { PIX_FMT_PAL8, 4 },
{ PIX_FMT_PAL8, 8 }, { PIX_FMT_PAL8, 8 },
{ PIX_FMT_RGB444, 12 }, { PIX_FMT_RGB444, 12 },