diff options
Diffstat (limited to 'libopenjpeg/t2.h')
| -rw-r--r-- | libopenjpeg/t2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/t2.h b/libopenjpeg/t2.h index f69f8b8b..2cefac9b 100644 --- a/libopenjpeg/t2.h +++ b/libopenjpeg/t2.h @@ -124,7 +124,7 @@ opj_bool opj_t2_decode_packets( opj_t2_v2_t *t2, * @param p_cp Image coding parameters. * @return a new T2 handle if successful, NULL otherwise. */ -opj_t2_v2_t* opj_t2_create_(opj_image_t *p_image, opj_cp_v2_t *p_cp); +opj_t2_v2_t* opj_t2_create(opj_image_t *p_image, opj_cp_v2_t *p_cp); /** Destroy a T2 handle |
