summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/t2.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-10-25 15:09:31 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-10-25 15:09:31 +0000
commit7f7ef068fcfe912a92e7368fbe67fce01533c0a2 (patch)
treeac5bef8c9f10e883cf164999557fd72b1cd52efe /src/lib/openjp2/t2.h
parenta41790ce8a3afd681182513232605948c18c3be8 (diff)
[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cp
Diffstat (limited to 'src/lib/openjp2/t2.h')
-rw-r--r--src/lib/openjp2/t2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/t2.h b/src/lib/openjp2/t2.h
index c0938622..e608f3e7 100644
--- a/src/lib/openjp2/t2.h
+++ b/src/lib/openjp2/t2.h
@@ -49,7 +49,7 @@ typedef struct opj_t2 {
/** Encoding: pointer to the src image. Decoding: pointer to the dst image. */
opj_image_t *image;
/** pointer to the image coding parameters */
- opj_cp_v2_t *cp;
+ opj_cp_t *cp;
} opj_t2_t;
/** @name Exported functions */
@@ -111,7 +111,7 @@ opj_bool opj_t2_decode_packets( opj_t2_t *t2,
* @param p_cp Image coding parameters.
* @return a new T2 handle if successful, NULL otherwise.
*/
-opj_t2_t* opj_t2_create(opj_image_t *p_image, opj_cp_v2_t *p_cp);
+opj_t2_t* opj_t2_create(opj_image_t *p_image, opj_cp_t *p_cp);
/**
Destroy a T2 handle