mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-23 03:41:23 +00:00
clippy
This commit is contained in:
parent
920d91e80e
commit
0b70ca49e4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ pub(crate) async fn validate_bytes(
|
||||||
InputFile::Video(input) => {
|
InputFile::Video(input) => {
|
||||||
let (format, read) = process_video(
|
let (format, read) = process_video(
|
||||||
bytes,
|
bytes,
|
||||||
input.clone(),
|
*input,
|
||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
frames.unwrap_or(1),
|
frames.unwrap_or(1),
|
||||||
|
|
Loading…
Reference in a new issue