aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/QPDF_Stream.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/QPDF_Stream.cc b/libqpdf/QPDF_Stream.cc
index 482a3d4e..51617e7d 100644
--- a/libqpdf/QPDF_Stream.cc
+++ b/libqpdf/QPDF_Stream.cc
@@ -145,6 +145,7 @@ QPDF_Stream::filterable(std::vector<std::string>& filters,
{
// Ignore for now -- some filter types, like CCITTFaxDecode,
// use types other than dictionary for this.
+ filterable = false;
}
if ((predictor > 1) && (columns == 0))