diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-09 12:52:28 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-09 12:52:28 +0000 |
| commit | 1c4ea6d246affdf874983b5f4d72465bea0b48cc (patch) | |
| tree | 22c837621abc32b708750d1c4ca3fa9a53c56453 /libopenjpeg/openjpeg.h | |
| parent | a6d76b3c485cde1691c5f19d0a70c5a43f7dcf86 (diff) | |
remove deprecated v1 style function opj_destroy_cstr_info
Diffstat (limited to 'libopenjpeg/openjpeg.h')
| -rw-r--r-- | libopenjpeg/openjpeg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index 60cdfa3f..dab91402 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -1431,8 +1431,6 @@ OPJ_API opj_bool OPJ_CALLCONV opj_encode(opj_codec_t *p_codec, Destroy Codestream information after compression or decompression @param cstr_info Codestream information structure */ -OPJ_API void OPJ_CALLCONV opj_destroy_cstr_info(opj_codestream_info_t *cstr_info); - OPJ_API void OPJ_CALLCONV opj_destroy_cstr_info_v2(opj_codestream_info_v2_t **cstr_info); |
