Ticket #205: rawdec.diff
| File rawdec.diff, 379 bytes (added by , 15 years ago) |
|---|
-
libavcodec/rawdec.c
diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c index bdf5674..111d5c3 100644
a b typedef struct RawVideoContext { 39 39 } RawVideoContext; 40 40 41 41 static const PixelFormatTag pix_fmt_bps_avi[] = { 42 { PIX_FMT_MONOWHITE, 1 }, 42 43 { PIX_FMT_PAL8, 4 }, 43 44 { PIX_FMT_PAL8, 8 }, 44 45 { PIX_FMT_RGB444, 12 },
