From e6d97ce928f0f625a949a43d1acc2c104f4b0df0 Mon Sep 17 00:00:00 2001 From: Mickael Savinaud Date: Thu, 16 Aug 2012 15:51:55 +0000 Subject: remove deprecated v1 style function tcd_create; rename tcd_create_v2 to opj_tcd_create --- libopenjpeg/tcd.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libopenjpeg/tcd.h') 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 -- cgit v1.2.3