vpxenc: fix --disable-loopfilter help alignment
authorJames Zern <jzern@google.com>
Thu, 14 Jul 2022 04:54:22 +0000 (21:54 -0700)
committerJames Zern <jzern@google.com>
Thu, 14 Jul 2022 04:56:29 +0000 (21:56 -0700)
Change-Id: I34444e6437ca0e735d6db07bf98bfa4741ad2c01

vpxenc.c

index 7eff97b..61672ac 100644 (file)
--- 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