diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-11-17 14:24:51 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2011-11-17 14:24:51 +0000 |
| commit | aaf6e84373014df770e838e0e423e764d3f8e1c1 (patch) | |
| tree | d74b0e34aadf84144ec6085fb91a6fc0d4ee512e /libopenjpeg/openjpeg.h | |
| parent | 380a357b08be0451148adcd96ec32f1bb2e18a9a (diff) | |
[trunk] WIP: enhance j2k_to_image with new get_decoded_tile functionality
Diffstat (limited to 'libopenjpeg/openjpeg.h')
| -rw-r--r-- | libopenjpeg/openjpeg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index a1f3b83a..d71b4286 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -439,6 +439,11 @@ typedef struct opj_dparameters { /** Verbose mode */ opj_bool m_verbose; + /** tile number ot the decoded tile*/ + OPJ_UINT32 tile_index; + /** Nb of tile to decode */ + OPJ_UINT32 nb_tile_to_decode; + /*@}*/ /* UniPG>> */ |
