1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-24 17:12:34 +02:00

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
This commit is contained in:
Stefano Sabatini 2008-06-16 13:02:22 +00:00
parent fb74bc4361
commit ef3efa0dbc

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