Browse Source

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

tags/n0.8
ami_stuff Carl Eugen Hoyos 14 years ago
parent
commit
85eedcf6ff
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/rawdec.c

+ 1
- 0
libavcodec/rawdec.c View File

@@ -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 },


Loading…
Cancel
Save