summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-08-09 14:46:11 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-08-09 14:46:11 +0000
commitc077645f77beeab6647bab40f18617ec1a11cff3 (patch)
treeb2bcb3ddf7b33fc7a1797bcd5d69ef9aff420c90 /libopenjpeg/jp2.h
parentebc32639875a344199be7d7042a5b5381db97924 (diff)
rename jp2_decode_v2 to opj_jp2_decode
Diffstat (limited to 'libopenjpeg/jp2.h')
-rw-r--r--libopenjpeg/jp2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libopenjpeg/jp2.h b/libopenjpeg/jp2.h
index 89c334fc..5119ec37 100644
--- a/libopenjpeg/jp2.h
+++ b/libopenjpeg/jp2.h
@@ -307,10 +307,10 @@ void opj_jp2_setup_decoder(opj_jp2_v2_t *jp2, opj_dparameters_t *parameters);
* @param cstr_info Codestream information structure if required, NULL otherwise
* @return Returns a decoded image if successful, returns NULL otherwise
*/
-opj_bool jp2_decode_v2( opj_jp2_v2_t *jp2,
- struct opj_stream_private *cio,
+opj_bool opj_jp2_decode(opj_jp2_v2_t *jp2,
+ opj_stream_private_t *p_stream,
opj_image_t* p_image,
- struct opj_event_mgr * p_manager);
+ opj_event_mgr_t * p_manager);
/**