Skip to content

Commit

Permalink
fix code changes for new NLT API
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jan 21, 2025
1 parent 0e8e6bf commit 98a42b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/ojph_expand/ojph_expand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ int main(int argc, char *argv[]) {
bool nlt_is_signed;
ojph::ui8 nlt_bit_depth;
ojph::ui8 nl_type;
bool result = nlt.get_nonlinear_transform(c, nlt_bit_depth, nlt_is_signed, nl_type);
has_nlt[c] = nlt.get_nonlinear_transform(c, nlt_bit_depth, nlt_is_signed, nl_type);

fprintf(stderr, "comp = %d has_nlt = %s ",
c, has_nlt[c] ? "true" : "false");
Expand Down

0 comments on commit 98a42b1

Please sign in to comment.