Browse Source

fftools/ffmpeg_opt: Add a missing closing brackets.

Fixes ticket #8447.
tags/n4.3
Carl Eugen Hoyos 5 years ago
parent
commit
2e700ec3a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fftools/ffmpeg_opt.c

+ 1
- 1
fftools/ffmpeg_opt.c View File

@@ -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,


Loading…
Cancel
Save