Skip to content

Commit

Permalink
A bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Apr 11, 2024
1 parent 5e4b627 commit 4b72faa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/codestream/ojph_resolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,6 @@ namespace ojph {
if (res_num == 0)
{
assert(child_res == NULL);
assert(bands[0].exists() && !bands[1].exists()
&& !bands[2].exists() && !bands[3].exists());
bands[0].exchange_buf(vert_even ? sig->line : aug->line);
bands[0].push_line();
return;
Expand Down

0 comments on commit 4b72faa

Please sign in to comment.