Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 22, 2024
1 parent eb961fd commit 4000432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion braidz-export-rrd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ fn to_rr_image(
decoded
};

// jpeg compression TODO: give open to save uncompressed?
// jpeg compression TODO: give option to save uncompressed?
let contents = basic_frame::match_all_dynamic_fmts!(
&decoded,
x,
Expand Down
2 changes: 1 addition & 1 deletion media-utils/video2rrd/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn to_rr_image(im: ImageData) -> eyre::Result<rerun::EncodedImage> {
_ => eyre::bail!("image not decoded"),
};

// jpeg compression TODO: give open to save uncompressed?
// jpeg compression TODO: give option to save uncompressed?
let contents = basic_frame::match_all_dynamic_fmts!(
&decoded,
x,
Expand Down

0 comments on commit 4000432

Please sign in to comment.