fixed problems with partial decodes (non-zero value for cp_reduce) that can cause corrupted images and crashes (issue 41) - thanks to Sheet Spotter

This commit is contained in:
Antonin Descampe 2010-10-05 20:25:01 +00:00
parent 68e1771ae5
commit dea5c48227
1 changed files with 1 additions and 0 deletions

View File

@ -921,6 +921,7 @@ static bool t2_skip_packet_data(
while (l_cblk->numnewpasses > 0);
++l_cblk;
}
++l_band;
}
return true;
}