From 26a3c3a1c43d83c5a92b01e7ce37da5bb75202f8 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 25 Jan 2010 01:16:28 +0000 Subject: update for fixes to linearization padding calculations git-svn-id: svn+q:///qpdf/trunk@933 71b93d88-0707-0410-a8cf-f5a4172ac649 --- include/qpdf/QPDFWriter.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh index 4e138f8f..f1058a8f 100644 --- a/include/qpdf/QPDFWriter.hh +++ b/include/qpdf/QPDFWriter.hh @@ -240,7 +240,8 @@ class QPDFWriter int prev, int hint_id, int hint_offset, - int hint_length); + int hint_length, + bool skip_compression); // When filtering subsections, push additional pipelines to the // stack. When ready to switch, activate the pipeline stack. -- cgit v1.2.3-54-g00ecf