ref: 0684c647ef38e81396567720e6fe5a1190e3c103
parent: 6614563b8f851adebdb25cc9ffca28b871e34616
author: John Koleszar <jkoleszar@google.com>
date: Fri Oct 29 07:07:31 EDT 2010
cosmetic: remove alt_ref from vpxenc usage message Undo an automatic transform. Change-Id: Ie730a6a31b4680b34e54b61691d67c4b3ed2f2aa
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -978,11 +978,11 @@
static const arg_def_t auto_altref = ARG_DEF(NULL, "auto-alt-ref", 1,
"Enable automatic alt reference frames");
static const arg_def_t arnr_maxframes = ARG_DEF(NULL, "arnr-maxframes", 1,
- "alt_ref Max Frames");
+ "AltRef Max Frames");
static const arg_def_t arnr_strength = ARG_DEF(NULL, "arnr-strength", 1,
- "alt_ref Strength");
+ "AltRef Strength");
static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1,
- "alt_ref Type");
+ "AltRef Type");
static const arg_def_t *vp8_args[] =
{
--
⑨