[poppler] poppler/Stream.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Aug 2 04:55:36 PDT 2008
poppler/Stream.cc | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 66b34c78943be598778a3ef438b0cefac668c6a2
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Aug 2 13:54:34 2008 +0200
This should not be here, breaks jpeg rendering when not using libjpeg
That was included erroneously when the file writing code was added
diff --git a/poppler/Stream.cc b/poppler/Stream.cc
index 667a3e3..b8dd39a 100644
--- a/poppler/Stream.cc
+++ b/poppler/Stream.cc
@@ -2050,7 +2050,6 @@ void DCTStream::unfilteredReset() {
numQuantTables = 0;
numDCHuffTables = 0;
numACHuffTables = 0;
- colorXform = 0;
gotJFIFMarker = gFalse;
gotAdobeMarker = gFalse;
restartInterval = 0;
More information about the poppler
mailing list