[FFmpeg-devel] [PATCH] Add missing parenthesis to show_help_default (-h) output

Jim Jazwiecki jim.jazwiecki at gmail.com
Wed Jun 14 00:39:57 EEST 2017


---
 ffmpeg_opt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index c997ea8faf..2740ef9e75 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -3127,7 +3127,7 @@ void show_help_default(const char *opt, const char *arg)
                       OPT_EXIT, 0, 0);
 
     show_help_options(options, "Global options (affect whole program "
-                      "instead of just one file:",
+                      "instead of just one file):",
                       0, per_file | OPT_EXIT | OPT_EXPERT, 0);
     if (show_advanced)
         show_help_options(options, "Advanced global options:", OPT_EXPERT,
-- 
2.11.0



More information about the ffmpeg-devel mailing list