This commit is contained in:
Eharve14 2022-01-15 17:00:33 -05:00
parent d2bffdf7c2
commit 3a71edff4d
1 changed files with 1 additions and 1 deletions

View File

@ -2123,7 +2123,7 @@ static OPJ_BOOL opj_dwt_decode_tile(opj_thread_pool_t* tp,
opj_idwt53_h(&h, &tiledp[(OPJ_SIZE_T)j * w]);
}
} else {
OPJ_UINT32 num_jobs = (OPJ_UINT32)num_threads;
OPJ_UINT32 num_jobs = (OPJ_UINT32)num_threads * 2;
OPJ_UINT32 step_j;
if (rh < num_jobs) {