summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/compressed-buffer.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-03-25 16:42:46 +0000
committerRobin Watts <robin.watts@artifex.com>2013-06-21 17:39:41 +0100
commit0afe72e5fc386aa0ebceec9618f2b681f9bfdc3d (patch)
tree1e294cef2b4b01e1311b90286c7675a87ca3a9f4 /include/mupdf/fitz/compressed-buffer.h
parent82131246a46ed4547c978b0081d4e0db9d6f3942 (diff)
downloadmupdf-0afe72e5fc386aa0ebceec9618f2b681f9bfdc3d.tar.xz
Initial PDF editing/page creation commit
Diffstat (limited to 'include/mupdf/fitz/compressed-buffer.h')
-rw-r--r--include/mupdf/fitz/compressed-buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/compressed-buffer.h b/include/mupdf/fitz/compressed-buffer.h
index 10977a86..784c2eb0 100644
--- a/include/mupdf/fitz/compressed-buffer.h
+++ b/include/mupdf/fitz/compressed-buffer.h
@@ -34,7 +34,7 @@ struct fz_compression_params_s
int type;
union {
struct {
- int color_transform;
+ int color_transform; /* Use -1 for unset */
} jpeg;
struct {
int smask_in_data;