[FFmpeg-cvslog] Support decoding of 1bpp rawvideo in avi (ticket 205).

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:26:45 2011 +0200| [85eedcf6ff46b5d3e593a16ebcdd84af278e6d83] | committer: Carl Eugen Hoyos

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85eedcf6ff46b5d3e593a16ebcdd84af278e6d83
---

 libavcodec/rawdec.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index cdafa00..3055a50 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_MONOWHITE, 1 },
     { PIX_FMT_PAL8,    2 },
     { PIX_FMT_PAL8,    4 },
     { PIX_FMT_PAL8,    8 },



More information about the ffmpeg-cvslog mailing list