diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-13 08:54:42 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-13 08:54:42 +0000 |
| commit | 3ec9f5fa0bf3814acf599828d7114e3af0b05a79 (patch) | |
| tree | 5ac59830e0fe03eb4ab3280e35fd030f6054f72b /libopenjpeg/jp2.h | |
| parent | 3bf3ce06f74078a641f76b46dbfdba39c3dd3cef (diff) | |
remove deprecated v1 style functions jp2_write_jp2h
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 ee0e027b..f9a12714 100644 --- a/libopenjpeg/jp2.h +++ b/libopenjpeg/jp2.h @@ -250,12 +250,6 @@ opj_jp2_img_header_writer_handler_t; /** @name Exported functions */ /*@{*/ /* ----------------------------------------------------------------------- */ -/** -Write the JP2H box - JP2 Header box (used in MJ2) -@param jp2 JP2 handle -@param cio Output buffer stream -*/ -void jp2_write_jp2h(opj_jp2_t *jp2, opj_cio_t *cio); /** * Writes the Jpeg2000 file Header box - JP2 Header box (warning, this is a super box). |
