mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
fix adapt probing rate
This commit is contained in:
parent
d27551449e
commit
0e5e8b2f5a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use std::str::FromStr;
|
|||
use std::{collections::hash_map::DefaultHasher, path::PathBuf};
|
||||
|
||||
#[pyfunction]
|
||||
fn adapt_probing_rate(_frames: usize, rate: usize) -> usize {
|
||||
fn adapt_probing_rate(rate: usize, _frames: usize) -> usize {
|
||||
av1an_core::adapt_probing_rate(rate)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue