From 0684c647ef38e81396567720e6fe5a1190e3c103 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Fri, 29 Oct 2010 11:07:31 -0400 Subject: [PATCH] cosmetic: remove alt_ref from vpxenc usage message Undo an automatic transform. Change-Id: Ie730a6a31b4680b34e54b61691d67c4b3ed2f2aa --- vpxenc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vpxenc.c b/vpxenc.c index f95657d..7e05952 100644 --- a/vpxenc.c +++ b/vpxenc.c @@ -978,11 +978,11 @@ static const arg_def_t token_parts = ARG_DEF(NULL, "token-parts", 1, 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[] = { -- 2.7.4