diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-09-27 13:22:32 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-09-27 13:22:32 +0000 |
| commit | a545cb7cff7e97f2fd4fa9676d3db87726a4e225 (patch) | |
| tree | 3c92c88951138fa4938fab63cc2f10fe2a34d25d /libopenjpeg/t2.h | |
| parent | 9a86a3bd23df64505cdad0ab16e82b2b4f5252a9 (diff) | |
[trunk]remove t2_init_seg
rename t2_init_seg_v2 to opj_t2_init_seg
rename t2_encode_packet_v2 to opj_t2_encode_packet
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 |
