vpxenc: change --framerate to --fps Saves a little typing. FPS is a well known abbreviation. Change-Id: I53730ea36afb9309732eb1c72c52d824d5365fec
diff --git a/vpxenc.c b/vpxenc.c index 6605ab8..f36af14 100644 --- a/vpxenc.c +++ b/vpxenc.c
@@ -766,7 +766,7 @@ "Show encoder parameters"); static const arg_def_t psnrarg = ARG_DEF(NULL, "psnr", 0, "Show PSNR in status line"); -static const arg_def_t framerate = ARG_DEF(NULL, "framerate", 1, +static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1, "Stream frame rate (rate/scale)"); static const arg_def_t use_ivf = ARG_DEF(NULL, "ivf", 0, "Output IVF (default is WebM)");