remove deprecated v1 style function opj_setup_encoder

This commit is contained in:
Mickael Savinaud
2012-08-09 12:31:46 +00:00
parent d009cf618a
commit 459db3d64b
2 changed files with 0 additions and 52 deletions

View File

@@ -1371,12 +1371,6 @@ OPJ_API opj_bool OPJ_CALLCONV opj_decode_tile_data( opj_codec_t *p_codec,
*/
OPJ_API opj_codec_t* OPJ_CALLCONV opj_create_compress(OPJ_CODEC_FORMAT format);
/**
Destroy a compressor handle
@param cinfo compressor handle to destroy
*/
DEPRECATED(OPJ_API void OPJ_CALLCONV opj_destroy_compress(opj_cinfo_t *cinfo) );
/**
Set encoding parameters to default values, that means :
<ul>
@@ -1400,14 +1394,6 @@ Set encoding parameters to default values, that means :
*/
OPJ_API void OPJ_CALLCONV opj_set_default_encoder_parameters(opj_cparameters_t *parameters);
/**
Setup the encoder parameters using the current image and using user parameters.
@param cinfo Compressor handle
@param parameters Compression parameters
@param image Input filled image
*/
DEPRECATED(OPJ_API void OPJ_CALLCONV opj_setup_encoder(opj_cinfo_t *cinfo, opj_cparameters_t *parameters, opj_image_t *image) );
/**
* Setup the encoder parameters using the current image and using user parameters.
* @param p_codec Compressor handle