aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/Pl_TIFFPredictor.hh
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2024-01-22 01:32:15 +0100
committerm-holger <m-holger@kubitscheck.org>2024-01-26 21:46:38 +0100
commit2e8b5f290c03bd4cd67f9240cb1fff3122e0b12c (patch)
treeb41208df8a16a38a74aa7a772e0adefd94965f14 /libqpdf/qpdf/Pl_TIFFPredictor.hh
parent73dec35209cfcdb83a3cb08c6c47734a9291ec1f (diff)
downloadqpdf-2e8b5f290c03bd4cd67f9240cb1fff3122e0b12c.tar.zst
In Pl_TIFFPredictor avoid repeated calls to getNext
Diffstat (limited to 'libqpdf/qpdf/Pl_TIFFPredictor.hh')
-rw-r--r--libqpdf/qpdf/Pl_TIFFPredictor.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/qpdf/Pl_TIFFPredictor.hh b/libqpdf/qpdf/Pl_TIFFPredictor.hh
index ba429734..6557e15c 100644
--- a/libqpdf/qpdf/Pl_TIFFPredictor.hh
+++ b/libqpdf/qpdf/Pl_TIFFPredictor.hh
@@ -34,6 +34,7 @@ class Pl_TIFFPredictor: public Pipeline
unsigned int samples_per_pixel;
unsigned int bits_per_sample;
std::vector<unsigned char> cur_row;
+ Pipeline* p_next;
};
#endif // PL_TIFFPREDICTOR_HH