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:
Arttu Ylä-Outinen 2015-11-13 14:20:27 +02:00
parent 8960ce369e
commit 60ad19d0c8

View file

@ -45,7 +45,7 @@ static const struct option long_options[] = {
{ "vps-period", required_argument, NULL, 0 },
{ "input-res", 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 },
{ "sao", no_argument, NULL, 0 },
{ "no-sao", no_argument, NULL, 0 },