]> git.sesse.net Git - ffmpeg/commitdiff
Support decoding of 1bpp rawvideo in avi (ticket 205).
authorami_stuff <ami_stuff@o2.pl>
Mon, 16 May 2011 09:26:45 +0000 (11:26 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 16 May 2011 09:26:45 +0000 (11:26 +0200)
libavcodec/rawdec.c

index cdafa00b1592303e8fcfce13f632b81c04dd96bc..3055a50475d11f6519a6ff60beb420d34d574a01 100644 (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 },