summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-12-18 17:46:33 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-12-18 17:46:33 +0000
commitb65bf4836933355df88a9eb5ce5696dcf3c324ba (patch)
treec122b1b7f9cd9120c98edbbc22e4e7f8b07eef52 /src/lib/openjp2/j2k.h
parent4c02acb728a0204684cd622007b8366ed373295c (diff)
[trunk] merge from branch 1.5 a correction about large code-block data (decoding part) and add tests about issue 5 and issue 62
Diffstat (limited to 'src/lib/openjp2/j2k.h')
-rw-r--r--src/lib/openjp2/j2k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/openjp2/j2k.h b/src/lib/openjp2/j2k.h
index be341724..22d38762 100644
--- a/src/lib/openjp2/j2k.h
+++ b/src/lib/openjp2/j2k.h
@@ -59,6 +59,8 @@ The functions in J2K.C have for goal to read/write the several parts of the code
#define J2K_CCP_QNTSTY_SIQNT 1
#define J2K_CCP_QNTSTY_SEQNT 2
+#define OPJ_J2K_DEFAULT_CBLK_DATA_SIZE 8192
+
/* ----------------------------------------------------------------------- */
#define J2K_MS_SOC 0xff4f /**< SOC marker value */