diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 10:12:03 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 10:12:03 +0000 |
| commit | e189679ebc28f25e1a62987e0bbeb95fd2eb80c7 (patch) | |
| tree | f9bd169a1cdc0f254cf24dde5efe21e3d00daf98 /src/lib/openjp2/openjpeg.h | |
| parent | 18e7fcc37f8d3585f015755c81769852526aedcc (diff) | |
[trunk] Merge back JPIP modification into v2
This commit imports changes from openjpip.c from r2122 into openjpeg.c
Diffstat (limited to 'src/lib/openjp2/openjpeg.h')
| -rw-r--r-- | src/lib/openjp2/openjpeg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h index 3b542f97..63f5fce6 100644 --- a/src/lib/openjp2/openjpeg.h +++ b/src/lib/openjp2/openjpeg.h @@ -228,7 +228,7 @@ typedef void (*opj_msg_callback) (const char *msg, void *client_data); -/** SHOULD BE MOVE IN EVET.H when we remove old functions TODO MSD +/** SHOULD BE MOVE IN EVENT.H when we remove old functions TODO MSD Message handler object used for <ul> @@ -415,9 +415,10 @@ typedef struct opj_cparameters { char tp_flag; /** MCT (multiple component transform) */ char tcp_mct; + /** Enable JPIP indexing*/ + opj_bool jpip_on; /** Naive implementation of MCT restricted to a single reversible array based encoding without offset concerning all the components. */ void * mct_data; - } opj_cparameters_t; #define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG 0x0001 |
