summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-06-02 14:32:12 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-06-02 18:23:49 +0200
commit9b39fc4bccb3e9e4e9a9f61c4dc672fb7f05d865 (patch)
treea978e21eea32c82fc7dd2b525941a77f47d9387d /src/lib
parentdde6cbabc0cb93102c2091c15d11dec1267d0fd8 (diff)
Fix documentation of opj_t1_decode_cblks()
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/openjp2/t1.h3
1 files changed, 2 insertions, 1 deletions
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
*/