[poppler] poppler/Stream.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Fri Oct 16 11:56:51 PDT 2009
poppler/Stream.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit c2458275e02f56226779b82d73c13defcbbda563
Author: Glenn Ganz <glenn.ganz at uptime.ch>
Date: Fri Oct 16 20:54:32 2009 +0200
fix constructor of DCTStream
diff --git a/poppler/Stream.cc b/poppler/Stream.cc
index 01efcd6..7137c5e 100644
--- a/poppler/Stream.cc
+++ b/poppler/Stream.cc
@@ -18,6 +18,7 @@
// Copyright (C) 2007 Krzysztof Kowalczyk <kkowalczyk at gmail.com>
// Copyright (C) 2008 Julien Rebetez <julien at fhtagn.net>
// Copyright (C) 2009 Carlos Garcia Campos <carlosgc at gnome.org>
+// Copyright (C) 2009 Glenn Ganz <glenn.ganz at uptime.ch>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -2030,7 +2031,7 @@ static const int dctZigZag[64] = {
63
};
-DCTStream::DCTStream(Stream *strA, GBool colorXformA):
+DCTStream::DCTStream(Stream *strA, int colorXformA):
FilterStream(strA) {
int i, j;
More information about the poppler
mailing list