diff options
Diffstat (limited to 'libopenjpeg/t1.h')
| -rw-r--r-- | libopenjpeg/t1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/t1.h b/libopenjpeg/t1.h index 1b6cdb7c..0b4294e1 100644 --- a/libopenjpeg/t1.h +++ b/libopenjpeg/t1.h @@ -138,7 +138,7 @@ Decode the code-blocks of a tile @param tile The tile to decode @param tcp Tile coding parameters */ -void t1_decode_cblks(opj_t1_t *t1, opj_tcd_tile_t *tile, opj_tcp_t *tcp); +void t1_decode_cblks(opj_t1_t* t1, opj_tcd_tilecomp_t* tilec, opj_tccp_t* tccp); /* ----------------------------------------------------------------------- */ /*@}*/ |
