Skip to content

Commit 11c15ff

Browse files
committed
correction
1 parent 4e906e3 commit 11c15ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

av1an-cli/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ pub fn parse_cli(args: CliOpts) -> anyhow::Result<EncodeArgs> {
609609
Ok(encode_args)
610610
}
611611

612-
// Make make sure splits are not longer than 10 secondsx
612+
/// Make make sure splits are not longer than 10 seconds
613613
pub fn calculate_extra_splits_from_fps(fps: anyhow::Result<f64>) -> usize {
614614
match fps {
615615
Ok(fps) => (fps * 10.0) as usize,

0 commit comments

Comments
 (0)