Skip to content

Commit

Permalink
Merge pull request #265 from esoha-nvidia/patch-1
Browse files Browse the repository at this point in the history
typo: Repair comment about SSSS==16
  • Loading branch information
masc4ii authored Jan 13, 2023
2 parents 52113ac + 1d09a25 commit f70c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlv/liblj92/lj92.c
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ int writeBody(lje* self) {
}
// Write the rest of the bits for the value
if (ssss == 16) {
// Diff values (always -32678) for SSSS=16 are encoded with 0 bits
// Diff values (always 32678) for SSSS=16 are encoded with 0 bits
ssss = 0;
}
while (ssss>0) {
Expand Down

0 comments on commit f70c45c

Please sign in to comment.