diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 07:38:10 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 07:38:10 +0000 |
| commit | 75b71047243b3b29c1fbbcc402ba4a9141c9889c (patch) | |
| tree | addda00d27465d32624974c49226f89bdba58c17 /src/lib/openjp2/openjpeg.h | |
| parent | fe3c1f9061978a9d594c4b102cc91180261b8225 (diff) | |
[trunk] remove left-over from ->jpip_on implementation. JPIP is now completely removed from openjp2 and openmj2. Document jpip_iptr_offset variable
Diffstat (limited to 'src/lib/openjp2/openjpeg.h')
| -rw-r--r-- | src/lib/openjp2/openjpeg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h index 6a6d0fcd..f1062733 100644 --- a/src/lib/openjp2/openjpeg.h +++ b/src/lib/openjp2/openjpeg.h @@ -415,8 +415,6 @@ 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; |
