aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/QPDF_Stream.cc')
-rw-r--r--libqpdf/QPDF_Stream.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libqpdf/QPDF_Stream.cc b/libqpdf/QPDF_Stream.cc
index 51617e7d..5d12da32 100644
--- a/libqpdf/QPDF_Stream.cc
+++ b/libqpdf/QPDF_Stream.cc
@@ -145,6 +145,8 @@ QPDF_Stream::filterable(std::vector<std::string>& filters,
{
// Ignore for now -- some filter types, like CCITTFaxDecode,
// use types other than dictionary for this.
+ QTC::TC("qpdf", "QPDF_Stream ignore non-dictionary DecodeParms");
+
filterable = false;
}