X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libopenjpeg%2Ft2.h;h=55cac98f741fc77276337b7a7e1a65eb23fa0c06;hb=d44375aece5dea2af83ffb8c9de4ade2ad35c593;hp=b130746ff4fad9a56367ae31ba15d0f165aba75f;hpb=b0ef524b9e0e0b84c97ead25ee84531b7ada35ec;p=openjpeg.git diff --git a/libopenjpeg/t2.h b/libopenjpeg/t2.h index b130746f..55cac98f 100644 --- a/libopenjpeg/t2.h +++ b/libopenjpeg/t2.h @@ -104,7 +104,12 @@ Decode the packets of a tile from a source buffer @param tileno number that identifies the tile for which to decode the packets @param tile tile for which to decode the packets */ -opj_bool t2_decode_packets_v2(opj_t2_v2_t *t2, OPJ_UINT32 tileno,struct opj_tcd_tile *tile, OPJ_BYTE *src, OPJ_UINT32 * p_data_read, OPJ_UINT32 len, struct opj_codestream_info *cstr_info); +opj_bool t2_decode_packets_v2( opj_t2_v2_t *t2, + OPJ_UINT32 tileno, + struct opj_tcd_tile *tile, + OPJ_BYTE *src, OPJ_UINT32 * p_data_read, + OPJ_UINT32 len, + struct opj_codestream_info_v2 *cstr_info); /** * Creates a Tier 2 handle