We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ae0ee commit 4a223b9Copy full SHA for 4a223b9
src/core/codestream/ojph_tile.cpp
@@ -276,6 +276,9 @@ namespace ojph {
276
"(bit_depth = %d, is_signed = %s) from NLT marker segment, "
277
"for component %d", i, num_bits[i],
278
is_signed[i] ? "True" : "False", bd, is ? "True" : "False");
279
+ if (result == false) {
280
+ nlt_type3[i] = param_nlt::nonlinearity::OJPH_NLT_NO_NLT;
281
+ }
282
cur_line[i] = 0;
283
reversible[i] = codestream->get_coc(i)->is_reversible();
284
}
0 commit comments