diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-09-04 14:25:41 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-10-05 15:50:37 +0100 |
commit | 9463d7a87f46c4f50cb1074424c9c3ecda7a5da1 (patch) | |
tree | d4de9e755b687811c5818533652d8f68d7b23188 /win32 | |
parent | 68e788fa455c780b83bffa33228ff3f45bebc1d1 (diff) | |
download | mupdf-9463d7a87f46c4f50cb1074424c9c3ecda7a5da1.tar.xz |
Refactor compressed stream loading.
Refactor 'short stopped' image stream loading into fz_compressed_buffer
loading. Nicer overall, and reflects the fact that this can be used
for non-image streams that we want to hold compressed in memory (for
instance for shading streams).
This is a preparatory step for pdfwrite, and enables further shading
memory use optimisations.
Remove unused jbig2 function pointer from the fz_compression_params
(previously fz_image_params) structure to avoid confusion.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libmupdf.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index e7d189d3..726b23a0 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -558,6 +558,10 @@ > </File> <File + RelativePath="..\fitz\stm_comp_buf.c" + > + </File> + <File RelativePath="..\fitz\stm_open.c" > </File> |