]> granicus.if.org Git - libvpx/commitdiff
Improve help message for arnr-type
authorYaowu Xu <yaowu@google.com>
Wed, 25 Jul 2018 00:18:08 +0000 (17:18 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 25 Jul 2018 00:18:08 +0000 (17:18 -0700)
BUG=webm:1346

Change-Id: Ia6c1cee3704a6b44515d883b4d0632ac567bc9a2

vpxenc.c

index 144e60ccf82193e960760f9ad49d331861246fb0..632bb19d908ab8cfac2e1de79afcead001e4db6a 100644 (file)
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -351,7 +351,8 @@ static const arg_def_t arnr_maxframes =
     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 }
 };