summaryrefslogtreecommitdiff
path: root/libopenjpeg/tcd.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-09-19 16:01:49 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-09-19 16:01:49 +0000
commitd44375aece5dea2af83ffb8c9de4ade2ad35c593 (patch)
tree9c4c43b99c704852d3c55c501206e02aaf4e39ad /libopenjpeg/tcd.h
parentcf37058d7c5ba3560e86e40244556b58e4349e8c (diff)
WIP: create a new framework to output file information
Diffstat (limited to 'libopenjpeg/tcd.h')
-rw-r--r--libopenjpeg/tcd.h6
1 files changed, 5 insertions, 1 deletions
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);
/**