[FFmpeg-cvslog] rawdec: Support more QT 1bpp rawvideo files.

Piotr Bandurski git at videolan.org
Mon Jan 2 03:25:14 CET 2012


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Wed Dec 28 00:50:25 2011 -0500| [d3a5c2698676c68e529f79d8bf9954793b97fc4e] | committer: Anton Khirnov

rawdec: Support more QT 1bpp rawvideo files.

Signed-off-by: Anton Khirnov <anton at khirnov.net>

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

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

diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index 9989a36..dcbe23c 100644
--- a/libavcodec/rawdec.c
+++ b/libavcodec/rawdec.c
@@ -59,6 +59,7 @@ static const PixelFormatTag pix_fmt_bps_mov[] = {
     { PIX_FMT_RGB555BE, 16 },
     { PIX_FMT_RGB24,    24 },
     { PIX_FMT_ARGB,     32 },
+    { PIX_FMT_MONOWHITE,33 },
     { PIX_FMT_NONE, 0 },
 };
 



More information about the ffmpeg-cvslog mailing list