shithub: libvpx

Download patch

ref: 4eb6763b65fe8b30d155fc0d94c47ed27513f574
parent: d0e384e32058e172ce27d7e4303fed0f0ff3a452
author: Dmitry Kovalev <dkovalev@google.com>
date: Mon Aug 25 14:34:20 EDT 2014

Renaming vpxenc option from frame_boost to frame-boost.

We use dashes, no underscores. 

Change-Id: I423eee946d10731856e15591eb6e9e4628e3ee6c

--- a/vpxenc.c
+++ b/vpxenc.c
@@ -378,7 +378,7 @@
     "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[] = {