clippy
This commit is contained in:
parent
a0c07364d1
commit
e973404c82
@ -449,7 +449,7 @@ mod tests {
|
||||
&mut vec![0.0; width * height],
|
||||
width,
|
||||
height,
|
||||
2 as f32,
|
||||
2_f32,
|
||||
0.1,
|
||||
);
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ fn main() {
|
||||
|
||||
// Setup ffmpeg
|
||||
let mut ffmpeg = std::process::Command::new("ffmpeg")
|
||||
.args(&[
|
||||
.args([
|
||||
"-y",
|
||||
"-f",
|
||||
"rawvideo",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user