fixed bug where packet skipping wasn't working with partial bitstream

This commit is contained in:
Chris Hafey 2020-05-19 19:50:36 +00:00
parent 700871a908
commit f48401972b
1 changed files with 1 additions and 1 deletions

View File

@ -1580,7 +1580,7 @@ static OPJ_BOOL opj_t2_skip_packet_data(opj_t2_t* p_t2,
"skip: segment too long (%d) with max (%d) for codeblock %d (p=%d, b=%d, r=%d, c=%d)\n",
l_seg->newlen, p_max_length, cblkno, p_pi->precno, bandno, p_pi->resno,
p_pi->compno);
return OPJ_FALSE;
//return OPJ_FALSE;
}
#ifdef USE_JPWL