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