diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-09 12:42:46 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-09 12:42:46 +0000 |
| commit | 5d0ace05772d90a40bad9dc98f4bf225d3ef21a2 (patch) | |
| tree | ac5b2d1d485a866336af52992b33ba821faf0dfd /libopenjpeg/openjpeg.h | |
| parent | 7b88544d467c721f5f996ef496bd7e49f4bd1979 (diff) | |
[trunk] rename opj_encode_v2 to opj_encode
Diffstat (limited to 'libopenjpeg/openjpeg.h')
| -rw-r--r-- | libopenjpeg/openjpeg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index 5b8d3a81..60cdfa3f 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -1423,8 +1423,8 @@ OPJ_API opj_bool OPJ_CALLCONV opj_end_compress (opj_codec_t *p_codec, * * @return Returns true if successful, returns false otherwise */ -OPJ_API opj_bool OPJ_CALLCONV opj_encode_v2(opj_codec_t *p_codec, - opj_stream_t *p_stream); +OPJ_API opj_bool OPJ_CALLCONV opj_encode(opj_codec_t *p_codec, + opj_stream_t *p_stream); /** |
