diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-06-02 14:32:12 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-06-02 18:23:49 +0200 |
| commit | 9b39fc4bccb3e9e4e9a9f61c4dc672fb7f05d865 (patch) | |
| tree | a978e21eea32c82fc7dd2b525941a77f47d9387d /src | |
| parent | dde6cbabc0cb93102c2091c15d11dec1267d0fd8 (diff) | |
Fix documentation of opj_t1_decode_cblks()
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/openjp2/t1.h | 3 |
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 */ |
