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

pull/2/head
ami_stuff 14 years ago committed by Carl Eugen Hoyos
parent d43a6edf7d
commit 0eba7fc293
  1. 1
      libavcodec/rawdec.c

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

Loading…
Cancel
Save