diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-16 13:02:22 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-16 13:02:22 +0000 |
commit | ef3efa0dbc4049700f76b2923cdeb26b8f652f70 (patch) | |
tree | fad854b69429e4fd712ac7f4b076e243489bf764 | |
parent | fb74bc4361704fd490ecfb231176ff517cdf0a14 (diff) | |
download | ffmpeg-ef3efa0dbc4049700f76b2923cdeb26b8f652f70.tar.gz |
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
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3420,7 +3420,7 @@ static void show_help(void) OPT_GRAB, OPT_GRAB); 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); printf("\n"); av_opt_show(avctx_opts[0], NULL); |