From fb74bc4361704fd490ecfb231176ff517cdf0a14 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 16 Jun 2008 10:00:32 +0000 Subject: 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 --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 7ef3165048..5fa5708266 100644 --- a/ffmpeg.c +++ b/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); -- cgit v1.2.3