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 committed by Robert G. Jakabosky
parent cf38618234
commit 6abcd9b7aa
No known key found for this signature in database
GPG Key ID: 0C38AF433FE0B1C0
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