shithub: libvpx

Download patch

ref: 16c80212bdcb44302d48d791b78508f52dd8cb33
parent: c14f1abef2e42479f915dbe29e28a7df504ecdcd
parent: 14fc43825ec616c238494ce133425f2d5befad47
author: Yaowu Xu <yaowu@google.com>
date: Wed Jul 25 13:21:26 EDT 2018

Merge "Improve help message for arnr-type"

--- 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 }
 };