Update t2.c
This commit is contained in:
parent
0d81fe7a75
commit
d07c20de8f
|
@ -1499,7 +1499,7 @@ static OPJ_BOOL opj_t2_skip_packet_data(opj_t2_t* p_t2,
|
||||||
truncate = 1;
|
truncate = 1;
|
||||||
l_seg->newlen = (OPJ_SIZE_T)(p_max_length - *p_data_read);
|
l_seg->newlen = (OPJ_SIZE_T)(p_max_length - *p_data_read);
|
||||||
|
|
||||||
return OPJ_FALSE;
|
// return OPJ_FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef USE_JPWL
|
#ifdef USE_JPWL
|
||||||
|
|
Loading…
Reference in New Issue