From 4d6de817b483c8bd3e8bfd3bddfc56ad916b86b8 Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Tue, 1 May 2012 12:25:56 -0700 Subject: [PATCH] Added usage info on command line options This commit added usage information that was missed in usage output. Change-Id: If1a85bcc20131314f5d047c6db4e76a40d945e66 --- vpxenc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vpxenc.c b/vpxenc.c index 489b30dc4..94235f48a 100644 --- a/vpxenc.c +++ b/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 };