shithub: libvpx

Download patch

ref: 1b0870233f8c2137f1aca79050be6f7c8f823c90
parent: 80e735af420fd091a59943c4e7555a203c5597c2
parent: 4eb6763b65fe8b30d155fc0d94c47ed27513f574
author: Dmitry Kovalev <dkovalev@google.com>
date: Thu Aug 28 07:42:23 EDT 2014

Merge "Renaming vpxenc option from frame_boost to frame-boost."

--- 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[] = {