Skip to content

Commit

Permalink
Merge pull request #124 from atzlinux/atzlinux-fix-typo
Browse files Browse the repository at this point in the history
Update ojph_codestream_local.cpp, fix typo.
  • Loading branch information
aous72 authored Jan 28, 2024
2 parents 58f76d1 + c0ef77b commit f90bb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/codestream/ojph_codestream_local.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ namespace ojph {
skip_marker(file, "CRG", "CRG has been ignored; CRG is related to"
" where the Cb and Cr colour components are co-sited or located"
" with respect to the Y' luma component. Perhaps, it is better"
" to get the indivdual components and assemble the samples"
" to get the individual components and assemble the samples"
" according to your needs",
OJPH_MSG_LEVEL::INFO, false);
else if (marker_idx == 13)
Expand Down Expand Up @@ -1195,4 +1195,4 @@ namespace ojph {
}

}
}
}

0 comments on commit f90bb33

Please sign in to comment.