Skip to content

Commit

Permalink
Addresses warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Feb 2, 2025
1 parent c74721a commit 5b50d46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/ojph_expand/ojph_expand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ int main(int argc, char *argv[]) {

codestream.set_planar(false);
ojph::param_siz siz = codestream.access_siz();
ojph::param_cod cod = codestream.access_cod();

ojph::ui32 num_comps = siz.get_num_components();
if (num_comps != 3 && num_comps != 1)
Expand Down

0 comments on commit 5b50d46

Please sign in to comment.