[FFmpeg-cvslog] Support more QT 1bpp rawvideo files.
ami_stuff
git at videolan.org
Fri May 13 18:11:43 CEST 2011
ffmpeg | branch: master | ami_stuff <ami_stuff at o2.pl> | Fri May 13 18:10:33 2011 +0200| [2bd12ee3c8dd7b2555af9aafa0b484b32ba59520] | committer: Carl Eugen Hoyos
Support more QT 1bpp rawvideo files.
Fixes ticket #189.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2bd12ee3c8dd7b2555af9aafa0b484b32ba59520
---
libavcodec/rawdec.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index bd9312c..385bdf4 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