Revert "TEst"

This reverts commit 3a71edff4d.
This commit is contained in:
Eharve14 2022-01-15 21:01:53 -05:00
parent 79e41332c2
commit 56f9a7e14e
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 * 2;
OPJ_UINT32 num_jobs = (OPJ_UINT32)num_threads;
OPJ_UINT32 step_j;
if (rh < num_jobs) {