Skip to content

Commit

Permalink
rav1e has no --fullhelp argument
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingWombat committed Jan 5, 2024
1 parent 6136554 commit 8f09eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av1an-core/src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ impl Encoder {
pub const fn help_command(self) -> [&'static str; 2] {
match self {
Self::aom => ["aomenc", "--help"],
Self::rav1e => ["rav1e", "--fullhelp"],
Self::rav1e => ["rav1e", "--help"],
Self::vpx => ["vpxenc", "--help"],
Self::svt_av1 => ["SvtAv1EncApp", "--help"],
Self::x264 => ["x264", "--fullhelp"],
Expand Down

0 comments on commit 8f09eff

Please sign in to comment.