aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))