Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ojph_codestream_local.cpp, fix typo #124

Merged
merged 1 commit into from
Jan 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 {
}

}
}
}
Loading