[trunk] HACK: This commit remove some JPWL related code just to allow compilation. See r1564 for more info
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -243,7 +243,9 @@ as a possible value, mening that the information is not available) and the infor
|
||||
are not yet implemented
|
||||
@param j2k J2K handle
|
||||
*/
|
||||
#if 0
|
||||
void j2k_write_epc(opj_j2k_t *j2k);
|
||||
#endif
|
||||
|
||||
/**
|
||||
Read the EPB marker (Error Protection Block)
|
||||
|
||||
Reference in New Issue
Block a user