diff options
author | metamuffin <metamuffin@disroot.org> | 2022-12-08 22:20:34 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-12-08 22:20:34 +0100 |
commit | 4f9ff288cfd66dc33cf66ae9085075f7a242685b (patch) | |
tree | d4186f970cb14766285b0ab5cb9123f784f21e04 /evc/src/bin | |
parent | 1b3835a38ed38d377ce337836a4b32ee89ca0289 (diff) | |
download | video-codec-experiments-4f9ff288cfd66dc33cf66ae9085075f7a242685b.tar video-codec-experiments-4f9ff288cfd66dc33cf66ae9085075f7a242685b.tar.bz2 video-codec-experiments-4f9ff288cfd66dc33cf66ae9085075f7a242685b.tar.zst |
small oopsie
Diffstat (limited to 'evc/src/bin')
-rw-r--r-- | evc/src/bin/encode.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evc/src/bin/encode.rs b/evc/src/bin/encode.rs index d27074e..c313fd0 100644 --- a/evc/src/bin/encode.rs +++ b/evc/src/bin/encode.rs @@ -20,7 +20,7 @@ pub struct EncodeArgs { #[arg(short = 'H', long)] height: usize, - #[arg(short, long, default_value = "default")] + #[arg(short, long)] mode: EncodeMode, #[arg(short, long, default_value = "8")] |