[trunk] revert r2460 since it breaks ETS-C1P0-p0_03.j2k-decode.

Update issue 225
This commit is contained in:
Mathieu Malaterre 2014-02-26 12:33:49 +00:00
parent 05dae25a22
commit 3fe9243e1c
1 changed files with 0 additions and 8 deletions

View File

@ -4481,14 +4481,6 @@ static OPJ_BOOL opj_j2k_read_rgn (opj_j2k_t *p_j2k,
};
#endif /* USE_JPWL */
/* testcase 3635.pdf.asan.77.2930 */
if (l_comp_room >= l_nb_comp) {
opj_event_msg(p_manager, EVT_ERROR,
"JPWL: bad component number in RGN (%d when there are only %d)\n",
l_comp_room, l_nb_comp);
return OPJ_FALSE;
}
opj_read_bytes(p_header_data,(OPJ_UINT32 *) (&(l_tcp->tccps[l_comp_no].roishift)),1); /* SPrgn */
++p_header_data;