This commit is contained in:
asonix 2023-08-30 21:00:15 -05:00
parent 920d91e80e
commit 0b70ca49e4
1 changed files with 1 additions and 1 deletions

View File

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