diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-05-31 18:36:44 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-31 18:36:44 +0000 |
commit | e992fba4ba44436046149b9025bced58b8cc9337 (patch) | |
tree | 3e44e09aaff1221015dc189d488823637f0c66b8 /ffmpeg.c | |
parent | ff5d419e2f9629a98b949995ab66a595fcea3179 (diff) | |
download | ffmpeg-e992fba4ba44436046149b9025bced58b8cc9337.tar.gz |
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
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); } |