[FFmpeg-cvslog] r13583 - trunk/ffmpeg.c
diego
subversion
Sat May 31 20:36:44 CEST 2008
Author: diego
Date: Sat May 31 20:36:44 2008
New Revision: 13583
Log:
Add a few newlines to 'ffmpeg -h' output to make it more readable.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c (original)
+++ trunk/ffmpeg.c Sat May 31 20:36:44 2008
@@ -3445,8 +3445,11 @@ static void show_help(void)
show_help_options(options, "\nAdvanced options:\n",
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB,
OPT_EXPERT);
+ printf("\n");
av_opt_show(avctx_opts[0], NULL);
+ printf("\n");
av_opt_show(avformat_opts, NULL);
+ printf("\n");
av_opt_show(sws_opts, NULL);
}
More information about the ffmpeg-cvslog
mailing list