aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_Stream.hh
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/qpdf/QPDF_Stream.hh')
-rw-r--r--libqpdf/qpdf/QPDF_Stream.hh8
1 files changed, 6 insertions, 2 deletions
diff --git a/libqpdf/qpdf/QPDF_Stream.hh b/libqpdf/qpdf/QPDF_Stream.hh
index 50771627..5350fc0d 100644
--- a/libqpdf/qpdf/QPDF_Stream.hh
+++ b/libqpdf/qpdf/QPDF_Stream.hh
@@ -54,10 +54,14 @@ class QPDF_Stream: public QPDFObject
size_t length);
bool understandDecodeParams(
std::string const& filter, QPDFObjectHandle decode_params,
- int& predictor, int& columns, bool& early_code_change);
+ int& predictor, int& columns,
+ int& colors, int& bits_per_component,
+ bool& early_code_change);
bool filterable(std::vector<std::string>& filters,
bool& specialized_compression, bool& lossy_compression,
- int& predictor, int& columns, bool& early_code_change);
+ int& predictor, int& columns,
+ int& colors, int& bits_per_component,
+ bool& early_code_change);
void warn(QPDFExc const& e);
QPDF* qpdf;