Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Reich <andreas@rerun.io>
  • Loading branch information
emilk and Wumpf authored Nov 2, 2024
1 parent 3a8cb37 commit 5457ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_video/src/decode/av1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn create_frame(debug_name: &str, picture: &dav1d::Picture) -> Result<Frame> {
1
} else if 8 < bits_per_component && bits_per_component <= 16 {
// TODO(#7594): Support HDR video.
// We currnelty handle HDR videos by throwing away the lowest bits,
// We currently handle HDR videos by throwing away the lowest bits,
// and doing so rather slowly on CPU. It works, but the colors won't be perfectly correct.
re_log::warn_once!(
"{debug_name:?} is a High-Dynamic-Range (HDR) video with {bits_per_component} bits per component. Rerun does not support this fully. Color accuracy and performance may suffer.",
Expand Down

0 comments on commit 5457ec1

Please sign in to comment.