diff options
Diffstat (limited to 'libopenjpeg/jp2.h')
| -rw-r--r-- | libopenjpeg/jp2.h | 6 |
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); /** |
