aboutsummaryrefslogtreecommitdiff
path: root/vpxenc.c
diff options
context:
space:
mode:
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