summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/t1.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-07-26 21:39:50 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-07-26 21:43:32 +0200
commit94c4b7300cc515330bf798bb45eb0d68e2c84aa0 (patch)
tree4059448090f1fa81c48d21c7addd5abaab721ea3 /src/lib/openjp2/t1.h
parent5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd (diff)
T1 decoder: check code stream errors when predictable termination is enabled and emit a warning when errors are found
Diffstat (limited to 'src/lib/openjp2/t1.h')
-rw-r--r--src/lib/openjp2/t1.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/openjp2/t1.h b/src/lib/openjp2/t1.h
index 9d4245eb..9cfdfc11 100644
--- a/src/lib/openjp2/t1.h
+++ b/src/lib/openjp2/t1.h
@@ -230,7 +230,10 @@ Decode the code-blocks of a tile
void opj_t1_decode_cblks(opj_thread_pool_t* tp,
volatile OPJ_BOOL* pret,
opj_tcd_tilecomp_t* tilec,
- opj_tccp_t* tccp);
+ opj_tccp_t* tccp,
+ opj_event_mgr_t *p_manager,
+ opj_mutex_t* p_manager_mutex,
+ OPJ_BOOL check_pterm);