remove deprecated v1 style function j2k_create_decompress and jp2_create_decompress

This commit is contained in:
Mickael Savinaud
2012-08-09 14:57:03 +00:00
parent c077645f77
commit 381de6b7cb
4 changed files with 2 additions and 41 deletions

View File

@@ -778,12 +778,7 @@ opj_j2k_v2_t;
/** @name Exported functions */
/*@{*/
/* ----------------------------------------------------------------------- */
/**
Creates a J2K decompression structure
@param cinfo Codec context info
@return Returns a handle to a J2K decompressor if successful, returns NULL otherwise
*/
opj_j2k_t* j2k_create_decompress(opj_common_ptr cinfo);
/**
Destroy a J2K decompressor handle
@param j2k J2K decompressor handle to destroy