Fix documentation of opj_t1_decode_cblks()

This commit is contained in:
Even Rouault 2017-06-02 14:32:12 +02:00
parent dde6cbabc0
commit 9b39fc4bcc
1 changed files with 2 additions and 1 deletions

View 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
*/