aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_DCT.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-09-16 03:44:52 +0200
committerJay Berkenbilt <ejb@ql.org>2017-09-16 03:44:57 +0200
commitf2ffb6968ac11f7d63be87737f2b6736d0122880 (patch)
treefbb4ab4314f7b005d0988aa4e3df5721f4c47f27 /libqpdf/Pl_DCT.cc
parent07c8bb2843f1a975a27d396da33d813a1537ee3a (diff)
downloadqpdf-f2ffb6968ac11f7d63be87737f2b6736d0122880.tar.zst
Fix Windows compilation errors
Diffstat (limited to 'libqpdf/Pl_DCT.cc')
-rw-r--r--libqpdf/Pl_DCT.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqpdf/Pl_DCT.cc b/libqpdf/Pl_DCT.cc
index 0853f01d..084581be 100644
--- a/libqpdf/Pl_DCT.cc
+++ b/libqpdf/Pl_DCT.cc
@@ -138,7 +138,7 @@ init_pipeline_destination(j_compress_ptr)
{
}
-static int
+static boolean
empty_pipeline_output_buffer(j_compress_ptr cinfo)
{
QTC::TC("libtests", "Pl_DCT empty_pipeline_output_buffer");
@@ -183,7 +183,7 @@ init_buffer_source(j_decompress_ptr)
{
}
-static int
+static boolean
fill_buffer_input_buffer(j_decompress_ptr)
{
// The whole JPEG data is expected to reside in the supplied memory