mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Fix --owf help message
The number of parallel frames is --owf plus one, not --owf minus one. Fixes #204.
This commit is contained in:
parent
69d836d1b2
commit
abdebe0bf9
|
@ -207,7 +207,7 @@ Parallel processing:
|
|||
- N: Use N threads for encoding.
|
||||
- auto: Select automatically.
|
||||
--owf <integer> : Frame-level parallelism [auto]
|
||||
- N: Process N-1 frames at a time.
|
||||
- N: Process N+1 frames at a time.
|
||||
- auto: Select automatically.
|
||||
--(no-)wpp : Wavefront parallel processing. [enabled]
|
||||
Enabling tiles automatically disables WPP.
|
||||
|
|
|
@ -278,7 +278,7 @@ Number of threads to use [auto]
|
|||
.TP
|
||||
\fB\-\-owf <integer>
|
||||
Frame\-level parallelism [auto]
|
||||
\- N: Process N\-1 frames at a time.
|
||||
\- N: Process N+1 frames at a time.
|
||||
\- auto: Select automatically.
|
||||
.TP
|
||||
\fB\-\-(no\-)wpp
|
||||
|
|
|
@ -485,7 +485,7 @@ void print_help(void)
|
|||
" - N: Use N threads for encoding.\n"
|
||||
" - auto: Select automatically.\n"
|
||||
" --owf <integer> : Frame-level parallelism [auto]\n"
|
||||
" - N: Process N-1 frames at a time.\n"
|
||||
" - N: Process N+1 frames at a time.\n"
|
||||
" - auto: Select automatically.\n"
|
||||
" --(no-)wpp : Wavefront parallel processing. [enabled]\n"
|
||||
" Enabling tiles automatically disables WPP.\n"
|
||||
|
|
Loading…
Reference in a new issue