From: Fritz Koenig Date: Wed, 27 Apr 2011 18:27:59 +0000 (-0700) Subject: vpxenc: remove duplicate --fps from vpxenc usage message X-Git-Tag: v0.9.7~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00fdb135a7d6683043880919e6ac779c50e1c034;p=libvpx vpxenc: remove duplicate --fps from vpxenc usage message Fixes issue #323 Change-Id: I41c297df37afe186a8425ed2e2a95032069dcb9a --- diff --git a/vpxenc.c b/vpxenc.c index 6ea83fb56..89cdef01e 100644 --- a/vpxenc.c +++ b/vpxenc.c @@ -914,7 +914,7 @@ static const arg_def_t *main_args[] = &debugmode, &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &deadline, &best_dl, &good_dl, &rt_dl, - &verbosearg, &psnrarg, &use_ivf, &framerate, + &verbosearg, &psnrarg, &use_ivf, NULL };