shithub: libvpx

Download patch

ref: 14fc43825ec616c238494ce133425f2d5befad47
parent: 94a65e8fbaa3e50b686147b4dd75c79c2154c2d6
author: Yaowu Xu <yaowu@google.com>
date: Tue Jul 24 13:18:08 EDT 2018

Improve help message for arnr-type

BUG=webm:1346

Change-Id: Ia6c1cee3704a6b44515d883b4d0632ac567bc9a2

--- a/vpxenc.c
+++ b/vpxenc.c
@@ -351,7 +351,8 @@
     ARG_DEF(NULL, "arnr-maxframes", 1, "AltRef max frames (0..15)");
 static const arg_def_t arnr_strength =
     ARG_DEF(NULL, "arnr-strength", 1, "AltRef filter strength (0..6)");
-static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, "AltRef type");
+static const arg_def_t arnr_type =
+    ARG_DEF(NULL, "arnr-type", 1, "AltRef filter type (1..3)");
 static const struct arg_enum_list tuning_enum[] = {
   { "psnr", VP8_TUNE_PSNR }, { "ssim", VP8_TUNE_SSIM }, { NULL, 0 }
 };