[trunk] HACK: This commit remove some JPWL related code just to allow compilation. See r1564 for more info

This commit is contained in:
Mathieu Malaterre
2012-03-17 15:05:38 +00:00
parent 7539577b46
commit 652d34b0a8
3 changed files with 16 additions and 1 deletions

View File

@@ -955,6 +955,7 @@ void j2k_read_epc(opj_j2k_t *j2k) {
cio_seek(cio, Lepcp + Lepc);
}
#if 0
void j2k_write_epc(opj_j2k_t *j2k) {
unsigned long int DL, Lepcp, Pcrcp, l;
@@ -1015,6 +1016,7 @@ void j2k_write_epc(opj_j2k_t *j2k) {
j2k_add_marker(j2k->cstr_info, J2K_MS_EPC, Lepcp - 2, Lepc + 2);
}
#endif
void j2k_read_epb(opj_j2k_t *j2k) {
unsigned long int LDPepb, Pepb;