diff options
Diffstat (limited to 'libopenjpeg/t2.h')
| -rw-r--r-- | libopenjpeg/t2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/t2.h b/libopenjpeg/t2.h index 0f6f65bb..e8cfcaa0 100644 --- a/libopenjpeg/t2.h +++ b/libopenjpeg/t2.h @@ -109,7 +109,7 @@ opj_bool t2_decode_packets_v2( opj_t2_v2_t *t2, struct opj_tcd_tile_v2 *tile, OPJ_BYTE *src, OPJ_UINT32 * p_data_read, OPJ_UINT32 len, - struct opj_codestream_info_v2 *cstr_info); + opj_codestream_index_t *cstr_info); /** * Creates a Tier 2 handle |
