[FFmpeg-cvslog] r13778 - trunk/ffmpeg.c

stefano subversion
Mon Jun 16 12:00:32 CEST 2008


Author: stefano
Date: Mon Jun 16 12:00:32 2008
New Revision: 13778

Log:
Don't show subtitle and grab options within the ffmpeg -h generic options.


Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Mon Jun 16 12:00:32 2008
@@ -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);




More information about the ffmpeg-cvslog mailing list