From: Mickael Savinaud Date: Thu, 25 Oct 2012 14:11:19 +0000 (+0000) Subject: [trunk] remove old opj_jp2 struct X-Git-Tag: version.2.0~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56cf5f4f67bca9e80a924662c82193f4ac97cb1c;p=openjpeg [trunk] remove old opj_jp2 struct --- 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 @@ -143,35 +143,6 @@ typedef struct opj_jp2_comps { OPJ_UINT32 bpcc; } opj_jp2_comps_t; -/** -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 */