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/image.c | |
| parent | a41790ce8a3afd681182513232605948c18c3be8 (diff) | |
[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cp
Diffstat (limited to 'src/lib/openjp2/image.c')
| -rw-r--r-- | src/lib/openjp2/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/image.c b/src/lib/openjp2/image.c index abf1df4b..d0bcebee 100644 --- a/src/lib/openjp2/image.c +++ b/src/lib/openjp2/image.c @@ -99,7 +99,7 @@ void OPJ_CALLCONV opj_image_destroy(opj_image_t *image) { * @param p_image_header the image header to update. * @param p_cp the coding parameters from which to update the image. */ -void opj_image_comp_header_update(opj_image_t * p_image_header, const struct opj_cp_v2 * p_cp) +void opj_image_comp_header_update(opj_image_t * p_image_header, const struct opj_cp * p_cp) { OPJ_UINT32 i, l_width, l_height; OPJ_INT32 l_x0, l_y0, l_x1, l_y1; |
