summaryrefslogtreecommitdiff
path: root/vpxenc.c
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2019-03-01 09:50:50 -0800
committerJerome Jiang <jianj@google.com>2019-03-05 15:22:16 -0800
commit0b3d9226881f53da91021d24ef74e5df22a24990 (patch)
tree172d936a9849dd75061442ef33ba2a2ac5f25d18 /vpxenc.c
parent8971779e60c5127d2cf0d74b0b6493a07e3e5132 (diff)
downloadlibvpx-0b3d9226881f53da91021d24ef74e5df22a24990.tar
libvpx-0b3d9226881f53da91021d24ef74e5df22a24990.tar.gz
libvpx-0b3d9226881f53da91021d24ef74e5df22a24990.tar.bz2
libvpx-0b3d9226881f53da91021d24ef74e5df22a24990.zip
vp9: map speed > 9 to speed 9.
Report warning in example encoder. Change-Id: Iec4cdffce9faa65241756fbdac498214c8b93cc1
Diffstat (limited to 'vpxenc.c')
-rw-r--r--vpxenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpxenc.c b/vpxenc.c
index 54e098fb5..18db75e0e 100644
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -373,7 +373,7 @@ static const int vp8_arg_ctrl_map[] = { VP8E_SET_CPUUSED,
#if CONFIG_VP9_ENCODER
static const arg_def_t cpu_used_vp9 =
- ARG_DEF(NULL, "cpu-used", 1, "CPU Used (-8..8)");
+ ARG_DEF(NULL, "cpu-used", 1, "CPU Used (-9..9)");
static const arg_def_t tile_cols =
ARG_DEF(NULL, "tile-columns", 1, "Number of tile columns to use, log2");
static const arg_def_t tile_rows =