Skip to content

Commit

Permalink
Typo: "chrome downsampled" -> "chroma downsampled"
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 25, 2024
1 parent 71ecddb commit bbcfc9e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ union TensorBuffer (
/// First comes entire image in Y, followed by interleaved lines ordered as U0, V0, U1, V1, etc.
NV12: NV12Buffer (transparent),

/// YUY2, also known as YUYV is a YUV 4:2:2 chrome downsampled format with 8 bits per channel.
/// YUY2, also known as YUYV is a YUV 4:2:2 chroma downsampled format with 8 bits per channel.
///
/// The order of the channels is Y0, U0, Y1, V0.
YUY2: YUY2Buffer (transparent),
Expand Down
2 changes: 1 addition & 1 deletion crates/re_types/src/datatypes/tensor_buffer.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rerun_cpp/src/rerun/datatypes/tensor_buffer.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rerun_py/rerun_sdk/rerun/datatypes/tensor_buffer.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bbcfc9e

Please sign in to comment.