Skip to content

Commit

Permalink
rewind
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored Dec 25, 2024
1 parent d857334 commit d875150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libImaging/Jpeg2KDecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ j2k_decode_entry(Imaging im, ImagingCodecState state) {
opj_read_header(stream, codec, &image);
JPEG2KTILEINFO tile_info;
OPJ_BOOL should_continue;
printf("tile_info x1 %d\n", &tile_info.x1);

opj_read_tile_header(
codec,
Expand Down

0 comments on commit d875150

Please sign in to comment.