fixed problems with partial decodes (non-zero value for cp_reduce) that can cause...
authorAntonin Descampe <antonin@gmail.com>
Tue, 5 Oct 2010 20:25:01 +0000 (20:25 +0000)
committerAntonin Descampe <antonin@gmail.com>
Tue, 5 Oct 2010 20:25:01 +0000 (20:25 +0000)
libopenjpeg/t2.c

index 18397e330c0975140c1f67ef4d394edb83288a1e..a29779f1d33ed41bb790e4bfdaaea4d5b42c3031 100644 (file)
@@ -921,6 +921,7 @@ static bool t2_skip_packet_data(
                        while (l_cblk->numnewpasses > 0);
                        ++l_cblk;
                }
+               ++l_band;
        }
        return true;
 }