[FFmpeg-cvslog] Support decoding of 2bpp rawvideo in avi (ticket 206).
ami_stuff
git at videolan.org
Mon May 16 11:28:10 CEST 2011
ffmpeg | branch: master | ami_stuff <ami_stuff at o2.pl> | Mon May 16 11:25:57 2011 +0200| [0eba7fc2935fb5d1aba949d89be4049669d1e621] | committer: Carl Eugen Hoyos
Support decoding of 2bpp rawvideo in avi (ticket 206).
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0eba7fc2935fb5d1aba949d89be4049669d1e621
---
libavcodec/rawdec.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index bdf5674..cdafa00 100644
--- a/libavcodec/rawdec.c
+++ b/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 },
More information about the ffmpeg-cvslog
mailing list