summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/image.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-11-05 13:19:05 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-12-14 20:39:20 +0100
commitfc2e086c2c5795f0ab1e974b3cf3c7a53c8e6197 (patch)
treeb4cf4a0e5d43e12cf5d8359dab41748ec6a5648e /include/mupdf/fitz/image.h
parentbcd2fbe6337eb4a3a32f5ebbe7cfabd87328f677 (diff)
downloadmupdf-fc2e086c2c5795f0ab1e974b3cf3c7a53c8e6197.tar.xz
jpx: Delay determining if colorspace is indexed.
Diffstat (limited to 'include/mupdf/fitz/image.h')
-rw-r--r--include/mupdf/fitz/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/image.h b/include/mupdf/fitz/image.h
index d7291580..49f05a1a 100644
--- a/include/mupdf/fitz/image.h
+++ b/include/mupdf/fitz/image.h
@@ -115,7 +115,7 @@ struct fz_image_s
};
fz_pixmap *fz_load_jpeg(fz_context *ctx, unsigned char *data, size_t size);
-fz_pixmap *fz_load_jpx(fz_context *ctx, unsigned char *data, size_t size, fz_colorspace *cs, int indexed);
+fz_pixmap *fz_load_jpx(fz_context *ctx, unsigned char *data, size_t size, fz_colorspace *cs);
fz_pixmap *fz_load_png(fz_context *ctx, unsigned char *data, size_t size);
fz_pixmap *fz_load_tiff(fz_context *ctx, unsigned char *data, size_t size);
fz_pixmap *fz_load_jxr(fz_context *ctx, unsigned char *data, size_t size);