diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2016-05-25 16:38:44 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2016-05-25 21:02:07 +0200 |
| commit | 5fbb8b2645a085391b070162d8551aa960caab6a (patch) | |
| tree | b767e0784a94dd47850719e24c78189e3e7fdc6a /src/lib/openjp2/t1.h | |
| parent | d4b7f03cfa4732132767188782683f3d957da912 (diff) | |
Use thread-pool for T1 decoding
Diffstat (limited to 'src/lib/openjp2/t1.h')
| -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 22557d96..5afc6490 100644 --- a/src/lib/openjp2/t1.h +++ b/src/lib/openjp2/t1.h @@ -172,7 +172,8 @@ Decode the code-blocks of a tile @param tilec The tile to decode @param tccp Tile coding parameters */ -OPJ_BOOL opj_t1_decode_cblks( opj_t1_t* t1, +void opj_t1_decode_cblks( opj_thread_pool_t* tp, + volatile OPJ_BOOL* pret, opj_tcd_tilecomp_t* tilec, opj_tccp_t* tccp); |
