1
0
Fork 0

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.
This commit is contained in:
Anton Khirnov 2023-12-18 10:24:45 +01:00
parent 74df1b73d4
commit 84352c9891
1 changed files with 4 additions and 0 deletions

View File

@ -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) {