summaryrefslogtreecommitdiff
path: root/poppler/DCTStream.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-07-15 17:09:29 +0000
committerAlbert Astals Cid <aacid@kde.org>2007-07-15 17:09:29 +0000
commitccb2d420ca8d818aa9ba1d64f08f5e94ab313a72 (patch)
tree064446f4e771ec235fb2e8fe85888728ac9996ff /poppler/DCTStream.h
parentf9d82dfd299ae23a1baf3e35e2c3cd351129c525 (diff)
* poppler/DCTStream.cc
* poppler/DCTStream.h: Implement less evil error handling. On a error_exit level error we don't want to actually exit the program. See http://bugs.kde.org/show_bug.cgi?id=147878 for a pdf with this problem. libjpeg was printing "Bogus Huffman table definition" and exiting the program. * poppler/Stream.cc: Remove bogus #warning
Diffstat (limited to 'poppler/DCTStream.h')
-rw-r--r--poppler/DCTStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/DCTStream.h b/poppler/DCTStream.h
index 4a977917..887970e0 100644
--- a/poppler/DCTStream.h
+++ b/poppler/DCTStream.h
@@ -44,6 +44,7 @@ struct str_src_mgr {
JOCTET buffer;
Stream *str;
int index;
+ bool abort;
};