diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-10 09:33:54 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-10 09:33:54 +0000 |
| commit | 6822291f911e6d6bf6a9f599384ff0cf0e0234e3 (patch) | |
| tree | 081d9e628c92e12cc2449a486b847dbbc93dfb53 /libopenjpeg/jp2.h | |
| parent | 863aacaee33362fb7953b730f77edf4267d7cd64 (diff) | |
remove deprecated v1 style function jp2_destroy_decompress
Diffstat (limited to 'libopenjpeg/jp2.h')
| -rw-r--r-- | libopenjpeg/jp2.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libopenjpeg/jp2.h b/libopenjpeg/jp2.h index 200e1d5c..d299b196 100644 --- a/libopenjpeg/jp2.h +++ b/libopenjpeg/jp2.h @@ -282,12 +282,6 @@ Read the JP2H box - JP2 Header box (used in MJ2) opj_bool jp2_read_jp2h(opj_jp2_t *jp2, opj_cio_t *cio, opj_jp2_color_t *color); /** -Destroy a JP2 decompressor handle -@param jp2 JP2 decompressor handle to destroy -*/ -void jp2_destroy_decompress(opj_jp2_t *jp2); - -/** Setup the decoder decoding parameters using user parameters. Decoding parameters are returned in jp2->j2k->cp. @param jp2 JP2 decompressor handle |
