diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 15:09:31 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 15:09:31 +0000 |
| commit | 7f7ef068fcfe912a92e7368fbe67fce01533c0a2 (patch) | |
| tree | ac5bef8c9f10e883cf164999557fd72b1cd52efe /src/lib/openjp2/t2.h | |
| parent | a41790ce8a3afd681182513232605948c18c3be8 (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.h | 4 |
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 |
