fftools/ffmpeg_opt: print a section for data-stream options

Only show it with show_advanced (triggered by -h long), since data
streams themselves are an advanced topic.
release/7.0
Anton Khirnov 11 months ago
parent 74df1b73d4
commit 84352c9891
  1. 4
      fftools/ffmpeg_opt.c

@ -1239,6 +1239,10 @@ void show_help_default(const char *opt, const char *arg)
if (show_advanced)
show_help_options(options, "Advanced Subtitle options:",
OPT_EXPERT | OPT_SUBTITLE, OPT_VIDEO | OPT_AUDIO | OPT_DATA, 0);
if (show_advanced)
show_help_options(options, "Data stream options:",
OPT_DATA, OPT_VIDEO | OPT_AUDIO | OPT_SUBTITLE, 0);
printf("\n");
if (show_avoptions) {

Loading…
Cancel
Save