aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Stream.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-05-03 18:31:16 +0200
committerJay Berkenbilt <ejb@ql.org>2009-05-03 18:31:16 +0200
commit88f44896a3c1501c2656c8818ac96fc2d41314cd (patch)
tree8d5633d7705a4edb60f7f18a73a987b81dcfd69d /libqpdf/QPDF_Stream.cc
parent9851f92c5312108a26a950c1120fb172bc43378d (diff)
downloadqpdf-88f44896a3c1501c2656c8818ac96fc2d41314cd.tar.zst
ignore /DecodeParms when it's not a dictionary
git-svn-id: svn+q:///qpdf/trunk@672 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/QPDF_Stream.cc')
-rw-r--r--libqpdf/QPDF_Stream.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/QPDF_Stream.cc b/libqpdf/QPDF_Stream.cc
index 9694f837..482a3d4e 100644
--- a/libqpdf/QPDF_Stream.cc
+++ b/libqpdf/QPDF_Stream.cc
@@ -143,8 +143,8 @@ QPDF_Stream::filterable(std::vector<std::string>& filters,
}
else
{
- throw QPDFExc(qpdf->getFilename(), this->offset,
- "invalid decode parameters object type for this stream");
+ // Ignore for now -- some filter types, like CCITTFaxDecode,
+ // use types other than dictionary for this.
}
if ((predictor > 1) && (columns == 0))