Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: add missing newlines in usage #336

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Conversation

bradh
Copy link
Contributor

@bradh bradh commented Jun 26, 2022

Fixes this problem in the CLI usage:

      --(no-)combine-intra-cus: Whether the encoder tries to code a cu
                                   on lower depth even when search is not
                                   performed on said depth. Should only
                                   be disabled if cus absolutely must not
                                   be larger than limited by the search.
                                   [enabled]      --force-inter          : Force the encoder to use inter always.
                               This is mostly for debugging and is not
                               guaranteed to produce sensible bitstream or
                               work at all. [disabled]      --tr-depth-intra <int> : Transform split depth for intra blocks [0]
      --(no-)bipred          : Bi-prediction [disabled]

Also corrects a marginally-long line in the usage output

@fador fador added the safe to test Run tests on CI label Jun 27, 2022
@fador fador merged commit 9dd41b9 into ultravideo:master Jun 27, 2022
@fador
Copy link
Member

fador commented Jun 27, 2022

Thank you!

@bradh bradh deleted the cli_usage branch June 27, 2022 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Run tests on CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants