This commit is contained in:
jb-alvarado 2023-01-12 09:05:01 +01:00
parent 89b643f551
commit bbe8dfe816

View File

@ -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;