mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
Don't show subtitle and grab options within the ffmpeg -h generic options.
Originally committed as revision 13778 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bc2869f6dd
commit
fb74bc4361
2
ffmpeg.c
2
ffmpeg.c
@ -3400,7 +3400,7 @@ static void show_help(void)
|
||||
"Hyper fast Audio and Video encoder\n");
|
||||
printf("\n");
|
||||
show_help_options(options, "Main options:\n",
|
||||
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO, 0);
|
||||
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB, 0);
|
||||
show_help_options(options, "\nVideo options:\n",
|
||||
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB,
|
||||
OPT_VIDEO);
|
||||
|
Loading…
Reference in New Issue
Block a user