Skip to content
Snippets Groups Projects
Commit ef3efa0d authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

Don't show advanced subtitle options within the ffmpeg -h generic

advanced options.

Originally committed as revision 13779 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fb74bc43
No related branches found
No related tags found
No related merge requests found
...@@ -3420,7 +3420,7 @@ static void show_help(void) ...@@ -3420,7 +3420,7 @@ static void show_help(void)
OPT_GRAB, OPT_GRAB,
OPT_GRAB); OPT_GRAB);
show_help_options(options, "\nAdvanced options:\n", show_help_options(options, "\nAdvanced options:\n",
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB, OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB,
OPT_EXPERT); OPT_EXPERT);
printf("\n"); printf("\n");
av_opt_show(avctx_opts[0], NULL); av_opt_show(avctx_opts[0], NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment