vpxenc: change --framerate to --fps
authorJohn Koleszar <jkoleszar@google.com>
Thu, 21 Oct 2010 20:52:14 +0000 (16:52 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 26 Oct 2010 02:18:13 +0000 (22:18 -0400)
Saves a little typing. FPS is a well known abbreviation.

Change-Id: I53730ea36afb9309732eb1c72c52d824d5365fec

vpxenc.c

index 6605ab8..f36af14 100644 (file)
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -766,7 +766,7 @@ static const arg_def_t verbosearg       = ARG_DEF("v", "verbose", 0,
         "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)");