From d44375aece5dea2af83ffb8c9de4ade2ad35c593 Mon Sep 17 00:00:00 2001 From: Mickael Savinaud Date: Mon, 19 Sep 2011 16:01:49 +0000 Subject: WIP: create a new framework to output file information --- libopenjpeg/tcd.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libopenjpeg/tcd.h') diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h index 09c184ac..c3c416c6 100644 --- a/libopenjpeg/tcd.h +++ b/libopenjpeg/tcd.h @@ -436,7 +436,11 @@ Decode a tile from a buffer into a raw image @param len Length of source buffer @param tileno Number that identifies one of the tiles to be decoded */ -opj_bool tcd_decode_tile_v2(opj_tcd_v2_t *tcd, OPJ_BYTE *src, OPJ_UINT32 len, OPJ_UINT32 tileno, struct opj_codestream_info *cstr_info); +opj_bool tcd_decode_tile_v2(opj_tcd_v2_t *tcd, + OPJ_BYTE *src, + OPJ_UINT32 len, + OPJ_UINT32 tileno, + struct opj_codestream_info_v2 *cstr_info); /** -- cgit v1.2.3