Fix --owf help message

The number of parallel frames is --owf plus one, not --owf minus one.

Fixes #204.
This commit is contained in:
Arttu Ylä-Outinen 2018-06-18 09:33:36 +03:00
parent 69d836d1b2
commit abdebe0bf9
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"