Skip to content

Commit c904d9d

Browse files
authored
Update ojph_tile.cpp
Touchup.
1 parent 4a223b9 commit c904d9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/core/codestream/ojph_tile.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,8 @@ namespace ojph {
276276
"(bit_depth = %d, is_signed = %s) from NLT marker segment, "
277277
"for component %d", i, num_bits[i],
278278
is_signed[i] ? "True" : "False", bd, is ? "True" : "False");
279-
if (result == false) {
279+
if (result == false)
280280
nlt_type3[i] = param_nlt::nonlinearity::OJPH_NLT_NO_NLT;
281-
}
282281
cur_line[i] = 0;
283282
reversible[i] = codestream->get_coc(i)->is_reversible();
284283
}
@@ -897,4 +896,4 @@ namespace ojph {
897896
}
898897

899898
}
900-
}
899+
}

0 commit comments

Comments
 (0)