summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/pi.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/pi.h
parenta41790ce8a3afd681182513232605948c18c3be8 (diff)
[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cp
Diffstat (limited to 'src/lib/openjp2/pi.h')
-rw-r--r--src/lib/openjp2/pi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/openjp2/pi.h b/src/lib/openjp2/pi.h
index fd7d681d..225045b8 100644
--- a/src/lib/openjp2/pi.h
+++ b/src/lib/openjp2/pi.h
@@ -115,7 +115,7 @@ typedef struct opj_pi_iterator {
* @return a list of packet iterator that points to the first packet of the tile (not true).
*/
opj_pi_iterator_t *opj_pi_initialise_encode(const opj_image_t *image,
- opj_cp_v2_t *cp,
+ opj_cp_t *cp,
OPJ_UINT32 tileno,
J2K_T2_MODE t2_mode);
@@ -127,7 +127,7 @@ opj_pi_iterator_t *opj_pi_initialise_encode(const opj_image_t *image,
* @param p_tile_no index of the tile being encoded.
*/
void opj_pi_update_encoding_parameters( const opj_image_t *p_image,
- opj_cp_v2_t *p_cp,
+ opj_cp_t *p_cp,
OPJ_UINT32 p_tile_no );
/**
@@ -141,7 +141,7 @@ Modify the packet iterator for enabling tile part generation
@param t2_mode FIXME DOC
*/
void opj_pi_create_encode( opj_pi_iterator_t *pi,
- opj_cp_v2_t *cp,
+ opj_cp_t *cp,
OPJ_UINT32 tileno,
OPJ_UINT32 pino,
OPJ_UINT32 tpnum,
@@ -157,7 +157,7 @@ Create a packet iterator for Decoder
@see opj_pi_destroy
*/
opj_pi_iterator_t *opj_pi_create_decode(opj_image_t * image,
- opj_cp_v2_t * cp,
+ opj_cp_t * cp,
OPJ_UINT32 tileno);
/**
* Destroys a packet iterator array.