From: Even Rouault Date: Fri, 2 Jun 2017 12:32:12 +0000 (+0200) Subject: Fix documentation of opj_t1_decode_cblks() X-Git-Tag: v2.2.0~80^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b39fc4bccb3e9e4e9a9f61c4dc672fb7f05d865;p=openjpeg Fix documentation of opj_t1_decode_cblks() --- diff --git a/src/lib/openjp2/t1.h b/src/lib/openjp2/t1.h index 17123265..24acb939 100644 --- a/src/lib/openjp2/t1.h +++ b/src/lib/openjp2/t1.h @@ -224,7 +224,8 @@ OPJ_BOOL opj_t1_encode_cblks(opj_t1_t *t1, /** Decode the code-blocks of a tile -@param t1 T1 handle +@param tp Thread pool +@param pret Pointer to return value @param tilec The tile to decode @param tccp Tile coding parameters */