diff --git a/src/util/frame/video.rs b/src/util/frame/video.rs index d4b5142..8a4aa33 100644 --- a/src/util/frame/video.rs +++ b/src/util/frame/video.rs @@ -38,7 +38,7 @@ impl Video { } } - #[inline(always)] + #[inline] pub fn new(format: format::Pixel, width: u32, height: u32) -> Self { unsafe { let mut frame = Video::empty();