summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-10-25 14:11:19 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-10-25 14:11:19 +0000
commit56cf5f4f67bca9e80a924662c82193f4ac97cb1c (patch)
treeae9f4ee69da1eb72b80ead5f954657040da0231f /src/lib
parent668484ba8f940a6839fbee83f206486788daa951 (diff)
[trunk] remove old opj_jp2 struct
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/openjp2/jp2.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/lib/openjp2/jp2.h b/src/lib/openjp2/jp2.h
index 006c4e6d..f5e6e14f 100644
--- a/src/lib/openjp2/jp2.h
+++ b/src/lib/openjp2/jp2.h
@@ -146,35 +146,6 @@ typedef struct opj_jp2_comps {
/**
JPEG-2000 file format reader/writer
*/
-typedef struct opj_jp2 {
- /** codec context */
- opj_common_ptr cinfo;
- /** handle to the J2K codec */
- opj_j2k_t *j2k;
- unsigned int w;
- unsigned int h;
- unsigned int numcomps;
- unsigned int bpc;
- unsigned int C;
- unsigned int UnkC;
- unsigned int IPR;
- unsigned int meth;
- unsigned int approx;
- unsigned int enumcs;
- unsigned int precedence;
- unsigned int brand;
- unsigned int minversion;
- unsigned int numcl;
- unsigned int *cl;
- opj_jp2_comps_t *comps;
- unsigned int j2k_codestream_offset;
- unsigned int j2k_codestream_length;
- opj_bool ignore_pclr_cmap_cdef;
-} opj_jp2_t;
-
-/**
-JPEG-2000 file format reader/writer
-*/
typedef struct opj_jp2_v2
{
/** handle to the J2K codec */