aboutsummaryrefslogtreecommitdiff
path: root/vpxenc.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-07-13 21:54:22 -0700
committerJames Zern <jzern@google.com>2022-07-13 21:56:29 -0700
commit168b312774166958897f727196a59ee8ad423e78 (patch)
tree5cdf59836bedba80823be982a53789371b738c91 /vpxenc.c
parentcc8236f1d281701afbb05b298769dc6de41500d8 (diff)
downloadlibvpx-168b312774166958897f727196a59ee8ad423e78.tar.gz
vpxenc: fix --disable-loopfilter help alignment
Change-Id: I34444e6437ca0e735d6db07bf98bfa4741ad2c01
Diffstat (limited to 'vpxenc.c')
-rw-r--r--vpxenc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/vpxenc.c b/vpxenc.c
index 7eff97b13..61672acad 100644
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -524,9 +524,12 @@ static const arg_def_t row_mt =
static const arg_def_t disable_loopfilter =
ARG_DEF(NULL, "disable-loopfilter", 1,
- "Control Loopfilter in VP9\n"
+ "Control Loopfilter in VP9:\n"
+ " "
"0: Loopfilter on for all frames (default)\n"
+ " "
"1: Loopfilter off for non reference frames\n"
+ " "
"2: Loopfilter off for all frames");
#endif