fixed opj_malloc.h for macosx (bugfix provided by janpeder, thanks)
[openjpeg.git] / libopenjpeg / t1.h
index 1b6cdb7cf533f0e7266e872700f49f2414ab5cf2..0b4294e1d6b912ae71019e8a83037603b0c21fd4 100644 (file)
@@ -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);
 /* ----------------------------------------------------------------------- */
 /*@}*/