mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-12-02 21:24:07 +00:00
Fix --deblock option.
Fixes --deblock option so that it takes a "beta:tc" argument as advertised in the README and command line help.
This commit is contained in:
parent
8960ce369e
commit
60ad19d0c8
|
@ -45,7 +45,7 @@ static const struct option long_options[] = {
|
||||||
{ "vps-period", required_argument, NULL, 0 },
|
{ "vps-period", required_argument, NULL, 0 },
|
||||||
{ "input-res", required_argument, NULL, 0 },
|
{ "input-res", required_argument, NULL, 0 },
|
||||||
{ "input-fps", required_argument, NULL, 0 },
|
{ "input-fps", required_argument, NULL, 0 },
|
||||||
{ "deblock", no_argument, NULL, 0 },
|
{ "deblock", required_argument, NULL, 0 },
|
||||||
{ "no-deblock", no_argument, NULL, 0 },
|
{ "no-deblock", no_argument, NULL, 0 },
|
||||||
{ "sao", no_argument, NULL, 0 },
|
{ "sao", no_argument, NULL, 0 },
|
||||||
{ "no-sao", no_argument, NULL, 0 },
|
{ "no-sao", no_argument, NULL, 0 },
|
||||||
|
|
Loading…
Reference in a new issue