summaryrefslogtreecommitdiff
path: root/indexer_JPIP
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2004-07-14 08:52:15 +0000
committerAntonin Descampe <antonin@gmail.com>2004-07-14 08:52:15 +0000
commit55e5910d6bfd3eeedb8e6e281feac36a44d66a6f (patch)
tree4dfd4f5d90ff1098aaa60ff85922fc8faa87da9d /indexer_JPIP
parentde5a22aea053d3934536ee3ff5d2f7b2f706d045 (diff)
* PPM markers handling modified (comment keyword : ppmbug1)
* empty resolution level or subband handling (comment keyword : sizebug1) * index_on field forwarded to j2k_cp_t structure
Diffstat (limited to 'indexer_JPIP')
-rw-r--r--indexer_JPIP/j2k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer_JPIP/j2k.h b/indexer_JPIP/j2k.h
index e87da5db..a6a8fbdf 100644
--- a/indexer_JPIP/j2k.h
+++ b/indexer_JPIP/j2k.h
@@ -72,7 +72,6 @@ typedef struct {
int x0, y0; /* XOsiz, YOsiz */
int x1, y1; /* Xsiz, Ysiz */
int numcomps; /* number of components */
- int index_on; /* 0 = no index || 1 = index */
j2k_comp_t *comps; /* image-components */
} j2k_image_t;
@@ -128,6 +127,7 @@ typedef struct {
int ppm; /* If ppm == 1 --> there was a PPM marker for the present tile */
int ppm_store; /* Use in case of multiple marker PPM (number of info already store) */
int ppm_previous; /* Use in case of multiple marker PPM (case on non-finished previous info) */
+ int index_on; /* 0 = no index || 1 = index */
j2k_tcp_t *tcps; /* tile coding parameters */
} j2k_cp_t;