diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-09 12:28:51 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-09 12:28:51 +0000 |
| commit | d009cf618a8c7d34bd53969b0f0b4a20737ada22 (patch) | |
| tree | 8bfcf3e9e2dccfd13db504b8474ac67702e94760 /libopenjpeg/openjpeg.h | |
| parent | 9a9897a9de766e5de4df9e056fc6988c5e398565 (diff) | |
rename opj_create_compress_v2 to opj_create_compress
Diffstat (limited to 'libopenjpeg/openjpeg.h')
| -rw-r--r-- | libopenjpeg/openjpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index 8e476e30..e5689102 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -1369,7 +1369,7 @@ OPJ_API opj_bool OPJ_CALLCONV opj_decode_tile_data( opj_codec_t *p_codec, * @param format Coder to select * @return Returns a handle to a compressor if successful, returns NULL otherwise */ -OPJ_API opj_codec_t* OPJ_CALLCONV opj_create_compress_v2(OPJ_CODEC_FORMAT format); +OPJ_API opj_codec_t* OPJ_CALLCONV opj_create_compress(OPJ_CODEC_FORMAT format); /** Destroy a compressor handle |
