summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h
diff options
context:
space:
mode:
authorJUN FANG <jun_fang@foxitsoftware.com>2015-05-26 12:14:39 -0700
committerJUN FANG <jun_fang@foxitsoftware.com>2015-05-26 12:24:06 -0700
commit599851360cf036418a13ad246bf0334f46eabacb (patch)
tree9edecc2077004e6ff45a854d621f66bfc9c7938c /core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h
parent721780d0d08d35e666993fa37149a2f101b100ed (diff)
downloadpdfium-599851360cf036418a13ad246bf0334f46eabacb.tar.xz
Merge to XFA: Upgrade openjpeg to r3002
BUG=459215 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1160663002
Diffstat (limited to 'core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h')
-rw-r--r--core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h
index 909e35119b..10e22aa6b4 100644
--- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h
+++ b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h
@@ -293,6 +293,8 @@ typedef struct opj_tcp
/***** FLAGS *******/
+ /** If cod == 1 --> there was a COD marker for the present tile */
+ OPJ_UINT32 cod : 1;
/** If ppt == 1 --> there was a PPT marker for the present tile */
OPJ_UINT32 ppt : 1;
/** indicates if a POC marker has been used O:NO, 1:YES */