Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Nov 1, 2024
1 parent 696404d commit ba51763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codecs/avif/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ impl<R: Read> AvifDecoder<R> {
// or at least I can't find guarantees on that
// so if it is happened, instead casting we'll need to reshape it into a target slice
// required criteria: bytemuck allows this align of this data, and stride must be dividable by 2

let y_plane_view = transmute_y_plane16(
&y_dav1d_plane,
self.picture.stride(PlanarImageComponent::Y) as usize,
Expand Down

0 comments on commit ba51763

Please sign in to comment.