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

stefano subversion
Mon Jun 16 15:02:22 CEST 2008


Author: stefano
Date: Mon Jun 16 15:02:22 2008
New Revision: 13779

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


Modified:
   trunk/ffmpeg.c

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




More information about the ffmpeg-cvslog mailing list