diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-07-30 23:26:31 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-07-30 23:26:31 +0200 |
| commit | 0df90afdf743c85fe943041f5716ca072b4678d1 (patch) | |
| tree | d5266de25db98be3894abbfb7a6a00656166f3b4 /src/lib/openjp2/t2.h | |
| parent | 75a33de3bceb5a83888526911e48aed88bed1dbf (diff) | |
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
Update uclouvain/openjpeg#246
Diffstat (limited to 'src/lib/openjp2/t2.h')
| -rw-r--r-- | src/lib/openjp2/t2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/openjp2/t2.h b/src/lib/openjp2/t2.h index 931141e0..3b652eea 100644 --- a/src/lib/openjp2/t2.h +++ b/src/lib/openjp2/t2.h @@ -108,7 +108,8 @@ OPJ_BOOL opj_t2_decode_packets( opj_t2_t *t2, OPJ_BYTE *src, OPJ_UINT32 * p_data_read, OPJ_UINT32 len, - opj_codestream_index_t *cstr_info); + opj_codestream_index_t *cstr_info, + opj_event_mgr_t *p_manager); /** * Creates a Tier 2 handle |
