mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +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) => {
|
||||
let (format, read) = process_video(
|
||||
bytes,
|
||||
input.clone(),
|
||||
*input,
|
||||
width,
|
||||
height,
|
||||
frames.unwrap_or(1),
|
||||
|
|
Loading…
Reference in a new issue