[trunk] remove old opj_jp2 struct
authorMickael Savinaud <savmickael@users.noreply.github.com>
Thu, 25 Oct 2012 14:11:19 +0000 (14:11 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Thu, 25 Oct 2012 14:11:19 +0000 (14:11 +0000)
src/lib/openjp2/jp2.h

index 006c4e6dddb65ed963caee6fc6c16a837f8bbdcd..f5e6e14f1a8123563e4620726a81eb65854c37a8 100644 (file)
@@ -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
 */