mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 10:22:10 +00:00
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:
parent
74df1b73d4
commit
84352c9891
@ -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…
Reference in New Issue
Block a user