Skip to content

Commit

Permalink
prec
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 24, 2024
1 parent f0aeeb3 commit c1665f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions winbuild/build/src/openjpeg-2.5.3/src/lib/openjp2/tcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ static INLINE OPJ_BOOL opj_tcd_init_tile(opj_tcd_t *p_tcd, OPJ_UINT32 p_tile_no,
}

l_current_precinct = l_band->precincts;
printf("prec %d\n", l_nb_precincts);
for (precno = 0; precno < l_nb_precincts; ++precno) {
OPJ_INT32 tlcblkxstart, tlcblkystart, brcblkxend, brcblkyend;
OPJ_INT32 cbgxstart = tlcbgxstart + (OPJ_INT32)(precno % l_res->pw) *
Expand Down

0 comments on commit c1665f7

Please sign in to comment.