]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Don't show subtitle and grab options within the ffmpeg -h generic options.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 16 Jun 2008 10:00:32 +0000 (10:00 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 16 Jun 2008 10:00:32 +0000 (10:00 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13778 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

ffmpeg.c

index 7ef3165048835bd57a86ef082e1bacdaae002e66..5fa57082660956565525c4a2133de7d2cd47d795 100644 (file)
--- 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);