diff options
Diffstat (limited to 'libopenjpeg/t1.h')
| -rw-r--r-- | libopenjpeg/t1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopenjpeg/t1.h b/libopenjpeg/t1.h index 62aa1608..ab6c626d 100644 --- a/libopenjpeg/t1.h +++ b/libopenjpeg/t1.h @@ -133,8 +133,8 @@ Decode the code-blocks of a tile @param tccp Tile coding parameters */ opj_bool opj_t1_decode_cblks( opj_t1_t* t1, - opj_tcd_tilecomp_v2_t* tilec, - opj_tccp_t* tccp); + opj_tcd_tilecomp_v2_t* tilec, + opj_tccp_t* tccp); |
