From 40ecba4172722533916c359fcfe5a43dcd0801ea Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 7 Sep 2017 17:46:55 -0400 Subject: Pl_DCT: Use custom source and destination managers (fixes #153) Avoid calling jpeg_mem_src and jpeg_mem_dest. The custom destination manager writes to the pipeline in smaller chunks to avoid having the whole image in memory at once. The source manager works directly with the Buffer object. Using customer managers avoids use of memory source and destination managers, which are not present in older versions of libjpeg still in use by some Linux distributions. --- libtests/qtest/dct/big-rawdata | Bin 0 -> 1769472 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 libtests/qtest/dct/big-rawdata (limited to 'libtests/qtest/dct/big-rawdata') diff --git a/libtests/qtest/dct/big-rawdata b/libtests/qtest/dct/big-rawdata new file mode 100644 index 00000000..1f1c9333 Binary files /dev/null and b/libtests/qtest/dct/big-rawdata differ -- cgit v1.2.3-54-g00ecf