From: Dmitry Kovalev Date: Tue, 26 Aug 2014 01:34:20 +0000 (-0700) Subject: Renaming vpxenc option from frame_boost to frame-boost. X-Git-Tag: v1.4.0~900^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4eb6763b65fe8b30d155fc0d94c47ed27513f574;p=libvpx Renaming vpxenc option from frame_boost to frame-boost. We use dashes, no underscores. Change-Id: I423eee946d10731856e15591eb6e9e4628e3ee6c --- diff --git a/vpxenc.c b/vpxenc.c index d8fc55330..9fa288391 100644 --- 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[] = {