From 9b39fc4bccb3e9e4e9a9f61c4dc672fb7f05d865 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 2 Jun 2017 14:32:12 +0200 Subject: [PATCH] Fix documentation of opj_t1_decode_cblks() --- src/lib/openjp2/t1.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */