diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-03-09 17:34:05 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-03-09 17:34:05 +0000 |
| commit | ab7b5e48c4afb18ac4380c0fa9d3354daf28e69b (patch) | |
| tree | 8adaa65af9ed4f602cdb1f3efc60609662b25353 /libopenjpeg/tcd.h | |
| parent | 345b5cfc5c68d863f062cbc39b00d45b0ec1fa0a (diff) | |
[trunk] reverted to revision 1536
Diffstat (limited to 'libopenjpeg/tcd.h')
| -rw-r--r-- | libopenjpeg/tcd.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h index 7fdf258b..cb9967cd 100644 --- a/libopenjpeg/tcd.h +++ b/libopenjpeg/tcd.h @@ -486,14 +486,11 @@ 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_UINT32 tcd_get_encoded_tile_size ( opj_tcd_v2_t *p_tcd ); +opj_bool tcd_update_tile_data ( + opj_tcd_v2_t *p_tcd, + OPJ_BYTE * p_dest, + OPJ_UINT32 p_dest_length + ); /* ----------------------------------------------------------------------- */ /*@}*/ |
