[FFmpeg-cvslog] fftools/ffmpeg_opt: Add a missing closing brackets.

Carl Eugen Hoyos git at videolan.org
Sat Dec 28 21:12:55 EET 2019


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Sat Dec 28 20:11:01 2019 +0100| [2e700ec3a7ee0f74803a51c343d70b3b9ad45d0e] | committer: Carl Eugen Hoyos

fftools/ffmpeg_opt: Add a missing closing brackets.

Fixes ticket #8447.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e700ec3a7ee0f74803a51c343d70b3b9ad45d0e
---

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

diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c
index 71063cc443..1510e026ea 100644
--- a/fftools/ffmpeg_opt.c
+++ b/fftools/ffmpeg_opt.c
@@ -3202,7 +3202,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,



More information about the ffmpeg-cvslog mailing list