Fix documentation of opj_t1_decode_cblks()
authorEven Rouault <even.rouault@spatialys.com>
Fri, 2 Jun 2017 12:32:12 +0000 (14:32 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Fri, 2 Jun 2017 16:23:49 +0000 (18:23 +0200)
src/lib/openjp2/t1.h

index 171232658fd5e34af4c7361377fa601a463ef67e..24acb939e74dbad0ea2b057137835ba2fc9458b3 100644 (file)
@@ -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
 */