diff options
Diffstat (limited to 'src/lib/openjp2/t1.h')
| -rw-r--r-- | src/lib/openjp2/t1.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/openjp2/t1.h b/src/lib/openjp2/t1.h index ce43658b..06d695a6 100644 --- a/src/lib/openjp2/t1.h +++ b/src/lib/openjp2/t1.h @@ -238,12 +238,13 @@ Decode the code-blocks of a tile @param check_pterm whether PTERM correct termination should be checked */ void opj_t1_decode_cblks(opj_tcd_t* tcd, - volatile OPJ_BOOL* pret, + volatile OPJ_RESULT* pret, opj_tcd_tilecomp_t* tilec, opj_tccp_t* tccp, opj_event_mgr_t *p_manager, opj_mutex_t* p_manager_mutex, - OPJ_BOOL check_pterm); + OPJ_BOOL check_pterm, + opj_cancel_t* p_cancel); |
