Renaming vpxenc option from frame_boost to frame-boost.
authorDmitry Kovalev <dkovalev@google.com>
Tue, 26 Aug 2014 01:34:20 +0000 (18:34 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Tue, 26 Aug 2014 01:34:20 +0000 (18:34 -0700)
We use dashes, no underscores.

Change-Id: I423eee946d10731856e15591eb6e9e4628e3ee6c

vpxenc.c

index d8fc553..9fa2883 100644 (file)
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -378,7 +378,7 @@ static const arg_def_t aq_mode = ARG_DEF(
     "Adaptive quantization mode (0: off (default), 1: variance 2: complexity, "
     "3: cyclic refresh)");
 static const arg_def_t frame_periodic_boost = ARG_DEF(
-    NULL, "frame_boost", 1,
+    NULL, "frame-boost", 1,
     "Enable frame periodic boost (0: off (default), 1: on)");
 
 static const struct arg_enum_list tune_content_enum[] = {