Added usage info on command line options
This commit added usage information that was missed in usage output. Change-Id: If1a85bcc20131314f5d047c6db4e76a40d945e66
This commit is contained in:
Родитель
0f68789c24
Коммит
4d6de817b4
5
vpxenc.c
5
vpxenc.c
|
@ -969,9 +969,10 @@ static const arg_def_t rate_hist_n = ARG_DEF(NULL, "rate-hist", 1,
|
|||
static const arg_def_t *main_args[] =
|
||||
{
|
||||
&debugmode,
|
||||
&outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &deadline,
|
||||
&outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip,
|
||||
&deadline,
|
||||
&best_dl, &good_dl, &rt_dl,
|
||||
&verbosearg, &psnrarg, &use_ivf, &q_hist_n, &rate_hist_n,
|
||||
&verbosearg, &psnrarg, &recontest, &use_ivf, &q_hist_n, &rate_hist_n,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче