diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-16 15:51:55 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-16 15:51:55 +0000 |
| commit | e6d97ce928f0f625a949a43d1acc2c104f4b0df0 (patch) | |
| tree | 6644faa7ed3ec9675b1d56fc96d01af1acdf402d /libopenjpeg/tcd.h | |
| parent | b7473285ecfd4746c2fd49ba93870af0ce3f9003 (diff) | |
remove deprecated v1 style function tcd_create; rename tcd_create_v2 to opj_tcd_create
Diffstat (limited to 'libopenjpeg/tcd.h')
| -rw-r--r-- | libopenjpeg/tcd.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h index cbcfba46..c68cbc00 100644 --- a/libopenjpeg/tcd.h +++ b/libopenjpeg/tcd.h @@ -347,19 +347,13 @@ typedef struct opj_tcd_v2 Dump the content of a tcd structure */ void tcd_dump(FILE *fd, opj_tcd_t *tcd, opj_tcd_image_t *img); -/** -Create a new TCD handle -@param cinfo Codec context info -@return Returns a new TCD handle if successful returns NULL otherwise -*/ -opj_tcd_t* tcd_create(opj_common_ptr cinfo); /** Create a new TCD handle @param FIXME @return Returns a new TCD handle if successful returns NULL otherwise */ -opj_tcd_v2_t* tcd_create_v2(opj_bool p_is_decoder); +opj_tcd_v2_t* opj_tcd_create(opj_bool p_is_decoder); /** Destroy a previously created TCD handle |
