diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-09-19 16:01:49 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-09-19 16:01:49 +0000 |
| commit | d44375aece5dea2af83ffb8c9de4ade2ad35c593 (patch) | |
| tree | 9c4c43b99c704852d3c55c501206e02aaf4e39ad /libopenjpeg/jp2.h | |
| parent | cf37058d7c5ba3560e86e40244556b58e4349e8c (diff) | |
WIP: create a new framework to output file information
Diffstat (limited to 'libopenjpeg/jp2.h')
| -rw-r--r-- | libopenjpeg/jp2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libopenjpeg/jp2.h b/libopenjpeg/jp2.h index b0a60086..0203fd12 100644 --- a/libopenjpeg/jp2.h +++ b/libopenjpeg/jp2.h @@ -334,8 +334,7 @@ opj_bool jp2_end_decompress(opj_jp2_v2_t *jp2, struct opj_stream_private *cio, s */ opj_bool jp2_read_header( struct opj_stream_private *p_stream, opj_jp2_v2_t *jp2, - opj_image_header_t ** p_image_header, - struct opj_codestream_info** p_cstr_info, + opj_file_info_t * p_file_info, struct opj_event_mgr * p_manager ); |
