This commit is contained in:
Simon Gardling 2025-03-27 23:58:26 -04:00
parent a0c07364d1
commit e973404c82
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 2 additions and 2 deletions

View File

@ -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,
); );

View File

@ -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",