We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e906e3 commit 11c15ffCopy full SHA for 11c15ff
av1an-cli/src/lib.rs
@@ -609,7 +609,7 @@ pub fn parse_cli(args: CliOpts) -> anyhow::Result<EncodeArgs> {
609
Ok(encode_args)
610
}
611
612
-// Make make sure splits are not longer than 10 secondsx
+/// Make make sure splits are not longer than 10 seconds
613
pub fn calculate_extra_splits_from_fps(fps: anyhow::Result<f64>) -> usize {
614
match fps {
615
Ok(fps) => (fps * 10.0) as usize,
0 commit comments