mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Fix usage message for --hash
This commit is contained in:
parent
a1c772b696
commit
24d0f9f685
|
@ -372,9 +372,9 @@ void print_help(void)
|
|||
" \"frametile\": constrain within the tile\n"
|
||||
" \"frametilemargin\": constrain even more\n"
|
||||
" --hash : Specify which decoded picture hash to use [checksum]\n"
|
||||
" \"none\": no constraint\n"
|
||||
" \"checksum\": constrain within the tile\n"
|
||||
" \"md5\": constrain even more\n"
|
||||
" \"none\": 0 bytes\n"
|
||||
" \"checksum\": 18 bytes\n"
|
||||
" \"md5\": 56 bytes\n"
|
||||
" --cu-split-termination : Specify the cu split termination behaviour\n"
|
||||
" \"zero\": Terminate when splitting gives little\n"
|
||||
" improvement.\n"
|
||||
|
|
Loading…
Reference in a new issue