mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
fix cli
This commit is contained in:
parent
9ec4a82198
commit
b7afc0ce96
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ pub struct Args {
|
||||||
vmaf_threads: Option<usize>,
|
vmaf_threads: Option<usize>,
|
||||||
|
|
||||||
/// Value to target
|
/// Value to target
|
||||||
#[clap(short, long)]
|
#[clap(long)]
|
||||||
target_quality: Option<f64>,
|
target_quality: Option<f64>,
|
||||||
|
|
||||||
/// Method selection for target quality
|
/// Method selection for target quality
|
||||||
|
|
Loading…
Reference in a new issue