diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-03-09 17:16:04 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-03-09 17:16:04 +0000 |
| commit | 4b8c29a7081756e738592fe51e888aa06dafe00d (patch) | |
| tree | a4abe87ceea4146ad4e46a6180897f69e9b5683d /libopenjpeg/tcd.h | |
| parent | 04b057d22ccedc036430059a135e95a38d74e58d (diff) | |
[trunk] add tcd_get_encoded_tile_size in trunk from branch v2alpha
Diffstat (limited to 'libopenjpeg/tcd.h')
| -rw-r--r-- | libopenjpeg/tcd.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h index cb9967cd..7fdf258b 100644 --- a/libopenjpeg/tcd.h +++ b/libopenjpeg/tcd.h @@ -486,11 +486,14 @@ opj_bool tcd_decode_tile_v2(opj_tcd_v2_t *tcd, /** * Copies tile data from the system onto the given memory block. */ -opj_bool tcd_update_tile_data ( - opj_tcd_v2_t *p_tcd, - OPJ_BYTE * p_dest, - OPJ_UINT32 p_dest_length - ); +opj_bool tcd_update_tile_data ( opj_tcd_v2_t *p_tcd, + OPJ_BYTE * p_dest, + OPJ_UINT32 p_dest_length ); + +/** + * + */ +OPJ_UINT32 tcd_get_encoded_tile_size ( opj_tcd_v2_t *p_tcd ); /* ----------------------------------------------------------------------- */ /*@}*/ |
