Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
master-of-zen committed Mar 5, 2022
1 parent 4e906e3 commit 11c15ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av1an-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ pub fn parse_cli(args: CliOpts) -> anyhow::Result<EncodeArgs> {
Ok(encode_args)
}

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

0 comments on commit 11c15ff

Please sign in to comment.