From bbe8dfe816476a70df3197e1c9df31604aa18968 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 12 Jan 2023 09:05:01 +0100 Subject: [PATCH] spelling --- lib/src/utils/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/utils/mod.rs b/lib/src/utils/mod.rs index ca16036d..6ad33b7c 100644 --- a/lib/src/utils/mod.rs +++ b/lib/src/utils/mod.rs @@ -253,7 +253,7 @@ impl MediaProbe { } } -/// Calculate fps from rae/factor string +/// Calculate fps from rate/factor string pub fn fps_calc(r_frame_rate: &str, default: f64) -> f64 { let mut fps = default;