[trunk] WIP: add output elements about decoding of jp2 files with last tile part...
[openjpeg.git] / libopenjpeg / t1.h
index bcc6e514919f260537c1374cf69b4011f39312c1..bebf47ca99ef1042f68b2b020158fcd66e74f40e 100644 (file)
@@ -141,6 +141,12 @@ Decode the code-blocks of a tile
 void t1_decode_cblks(opj_t1_t* t1, opj_tcd_tilecomp_t* tilec, opj_tccp_t* tccp);
 
 
+void t1_decode_cblks_v2(
+               opj_t1_t* t1,
+               opj_tcd_tilecomp_v2_t* tilec,
+               opj_tccp_t* tccp);
+
+
 
 /**
  * Creates a new Tier 1 handle