summaryrefslogtreecommitdiff
path: root/third_party/libopenjpeg20/openjpeg.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-02 13:52:01 -0700
committerLei Zhang <thestig@chromium.org>2015-09-02 13:52:01 -0700
commit870b5b6793fa261f0c6f31f026010d2d715968bf (patch)
tree951031547b20d09a3e483db9ea3de0cf508b6989 /third_party/libopenjpeg20/openjpeg.h
parent097297325e0d3d00556d67885547750a2e9d4b32 (diff)
downloadpdfium-870b5b6793fa261f0c6f31f026010d2d715968bf.tar.xz
Reapply Foxit's libopenjpeg modifications.
They were lost in commit d53e6fd. BUG=pdfium:168 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1196523002 .
Diffstat (limited to 'third_party/libopenjpeg20/openjpeg.h')
-rw-r--r--third_party/libopenjpeg20/openjpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libopenjpeg20/openjpeg.h b/third_party/libopenjpeg20/openjpeg.h
index 4a8e75ce5a..e988de4785 100644
--- a/third_party/libopenjpeg20/openjpeg.h
+++ b/third_party/libopenjpeg20/openjpeg.h
@@ -677,6 +677,9 @@ typedef struct opj_image {
OPJ_BYTE *icc_profile_buf;
/** size of ICC profile */
OPJ_UINT32 icc_profile_len;
+
+ /** Whether to apply PCLR or not */
+ OPJ_BOOL pdfium_use_colorspace;
} opj_image_t;