[trunk] remove deprecated v1 style function opj_create_compress

This commit is contained in:
Mickael Savinaud
2012-08-09 12:26:04 +00:00
parent 3f9fb13df6
commit 9a9897a9de
3 changed files with 12 additions and 48 deletions

View File

@@ -1269,9 +1269,9 @@ OPJ_API opj_bool OPJ_CALLCONV opj_set_decode_area( opj_codec_t *p_codec,
* @param p_image the decoded image
* @return true if success, otherwise false
* */
OPJ_API opj_bool OPJ_CALLCONV opj_decode_v2(opj_codec_t *p_decompressor,
opj_stream_t *p_stream,
opj_image_t *p_image);
OPJ_API opj_bool OPJ_CALLCONV opj_decode( opj_codec_t *p_decompressor,
opj_stream_t *p_stream,
opj_image_t *p_image);
/**
* Get the decoded tile from the codec
@@ -1364,13 +1364,6 @@ OPJ_API opj_bool OPJ_CALLCONV opj_decode_tile_data( opj_codec_t *p_codec,
/* COMPRESSION FUNCTIONS*/
/**
Creates a J2K/JP2 compression structure
@param format Coder to select
@return Returns a handle to a compressor if successful, returns NULL otherwise
*/
DEPRECATED( OPJ_API opj_cinfo_t* OPJ_CALLCONV opj_create_compress(OPJ_CODEC_FORMAT format));
/**
* Creates a J2K/JP2 compression structure
* @param format Coder to select