mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Add missing parameter max-merge to the help message
This commit is contained in:
parent
d0bb9b4a6d
commit
be08a87d94
|
@ -496,6 +496,7 @@ void print_help(void)
|
|||
" For rd=0..1: Try the first candidate.\n"
|
||||
" For rd=2.. : Try the best candidate based\n"
|
||||
" on luma satd cost. [enabled]\n"
|
||||
" --max-merge <integer> : Maximum number of merge candidates, 1..5 [5]"
|
||||
" --(no-)implicit-rdpcm : Implicit residual DPCM. Currently only supported\n"
|
||||
" with lossless coding. [disabled]\n"
|
||||
" --(no-)tmvp : Temporal motion vector prediction [enabled]\n"
|
||||
|
|
Loading…
Reference in a new issue