summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-16 13:02:22 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-16 13:02:22 +0000
commitef3efa0dbc4049700f76b2923cdeb26b8f652f70 (patch)
treefad854b69429e4fd712ac7f4b076e243489bf764 /ffmpeg.c
parentfb74bc4361704fd490ecfb231176ff517cdf0a14 (diff)
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
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 5fa5708266..36d9f372d6 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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);