diff --git a/libopenjpeg/t2.c b/libopenjpeg/t2.c index 18397e33..a29779f1 100644 --- a/libopenjpeg/t2.c +++ b/libopenjpeg/t2.c @@ -921,6 +921,7 @@ static bool t2_skip_packet_data( while (l_cblk->numnewpasses > 0); ++l_cblk; } + ++l_band; } return true; }