summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-08-10 09:39:40 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-08-10 09:39:40 +0000
commit4a80e821dfde4dad7e4c9ea3695e89c9ad1197b1 (patch)
treeb1981e79faf0e58f5a890fc3fe9b07ad0f29bed1 /libopenjpeg/jp2.h
parent6822291f911e6d6bf6a9f599384ff0cf0e0234e3 (diff)
remove deprecated v1 style function jp2_read_jp2h
Diffstat (limited to 'libopenjpeg/jp2.h')
-rw-r--r--libopenjpeg/jp2.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libopenjpeg/jp2.h b/libopenjpeg/jp2.h
index d299b196..51033782 100644
--- a/libopenjpeg/jp2.h
+++ b/libopenjpeg/jp2.h
@@ -272,14 +272,6 @@ opj_bool jp2_write_jp2h_v2( opj_jp2_v2_t *jp2,
struct opj_stream_private *cio,
struct opj_event_mgr * p_manager );
-/**
-Read the JP2H box - JP2 Header box (used in MJ2)
-@param jp2 JP2 handle
-@param cio Input buffer stream
-@param ext Collector for profile, cdef and pclr data
-@return Returns true if successful, returns false otherwise
-*/
-opj_bool jp2_read_jp2h(opj_jp2_t *jp2, opj_cio_t *cio, opj_jp2_color_t *color);
/**
Setup the decoder decoding parameters using user parameters.