mirror of
https://github.com/codeforreal1/compressO
synced 2026-04-21 15:47:56 +00:00
feat: remove comments
This commit is contained in:
parent
c71d3ec22b
commit
ad4ece8ddd
1 changed files with 0 additions and 1 deletions
|
|
@ -334,7 +334,6 @@ impl FFMPEG {
|
|||
"".to_string()
|
||||
};
|
||||
|
||||
// Speed filter
|
||||
let clamped_speed = speed.map(|s| s.clamp(0.25, 4.0));
|
||||
let video_speed_filter = if let Some(speed_value) = clamped_speed {
|
||||
if speed_value != 1.0 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue