From e992fba4ba44436046149b9025bced58b8cc9337 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 31 May 2008 18:36:44 +0000 Subject: Add a few newlines to 'ffmpeg -h' output to make it more readable. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13583 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ffmpeg.c b/ffmpeg.c index 9ede595dc6..2885ee4563 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -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); } -- cgit v1.2.3