summaryrefslogtreecommitdiff
path: root/libopenjpeg/tcd.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-09-27 12:14:11 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-09-27 12:14:11 +0000
commita600d8f4e2c21ea0532d4af3dc6374b60b93c583 (patch)
tree2711e66ac75b34b2bd7c39c880b8f438c6d7f050 /libopenjpeg/tcd.h
parentde7793e918ada457ae9ab59023454a47e768953b (diff)
[trunk] WIP: add basis for a new output management of the codestream information and index
Diffstat (limited to 'libopenjpeg/tcd.h')
-rw-r--r--libopenjpeg/tcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h
index c7395e82..30921233 100644
--- a/libopenjpeg/tcd.h
+++ b/libopenjpeg/tcd.h
@@ -487,7 +487,7 @@ 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);
+ opj_codestream_index_t *cstr_info);
/**