aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2010-09-05 17:00:44 +0200
committerJay Berkenbilt <ejb@ql.org>2010-09-05 17:00:44 +0200
commitb1e0dcff16740d5a99e58c298284c5d589b3034f (patch)
tree664300a3128faddb755c375ee90af4e48c4f60b5 /libqpdf/qpdf
parent0c1dab0cea80e6188d396793b4dc14a11de042f4 (diff)
downloadqpdf-b1e0dcff16740d5a99e58c298284c5d589b3034f.tar.zst
handle stream filter abbreviations from table H.1
git-svn-id: svn+q:///qpdf/trunk@1025 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/qpdf')
-rw-r--r--libqpdf/qpdf/QPDF_Stream.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqpdf/qpdf/QPDF_Stream.hh b/libqpdf/qpdf/QPDF_Stream.hh
index ed70ae8f..144a9274 100644
--- a/libqpdf/qpdf/QPDF_Stream.hh
+++ b/libqpdf/qpdf/QPDF_Stream.hh
@@ -38,6 +38,8 @@ class QPDF_Stream: public QPDFObject
void setObjGen(int objid, int generation);
private:
+ static std::map<std::string, std::string> filter_abbreviations;
+
void replaceFilterData(QPDFObjectHandle const& filter,
QPDFObjectHandle const& decode_parms,
size_t length);