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/jp2.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/jp2.h')
| -rw-r--r-- | src/lib/openjp2/jp2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/openjp2/jp2.h b/src/lib/openjp2/jp2.h index 45c8d568..cc31a24a 100644 --- a/src/lib/openjp2/jp2.h +++ b/src/lib/openjp2/jp2.h @@ -181,6 +181,7 @@ typedef struct opj_jp2 */ OPJ_OFF_T j2k_codestream_offset; OPJ_OFF_T jpip_iptr_offset; + opj_bool jpip_on; OPJ_UINT32 jp2_state; OPJ_UINT32 jp2_img_state; |
