]> granicus.if.org Git - libvpx/commitdiff
Added usage info on command line options
authorYaowu Xu <yaowu@google.com>
Tue, 1 May 2012 19:25:56 +0000 (12:25 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 1 May 2012 19:25:56 +0000 (12:25 -0700)
This commit added usage information that was missed in usage output.

Change-Id: If1a85bcc20131314f5d047c6db4e76a40d945e66

vpxenc.c

index 489b30dc4e7ee28c681c81312cd9c86bc894b5fe..94235f48a8ba008fbe529f162c1f6868eba7a356 100644 (file)
--- 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
 };