mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-19 21:40:21 +08:00
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
This commit is contained in:

committed by
Diego Biurrun

parent
ff5d419e2f
commit
e992fba4ba
3
ffmpeg.c
3
ffmpeg.c
@ -3445,8 +3445,11 @@ static void show_help(void)
|
|||||||
show_help_options(options, "\nAdvanced options:\n",
|
show_help_options(options, "\nAdvanced options:\n",
|
||||||
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB,
|
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB,
|
||||||
OPT_EXPERT);
|
OPT_EXPERT);
|
||||||
|
printf("\n");
|
||||||
av_opt_show(avctx_opts[0], NULL);
|
av_opt_show(avctx_opts[0], NULL);
|
||||||
|
printf("\n");
|
||||||
av_opt_show(avformat_opts, NULL);
|
av_opt_show(avformat_opts, NULL);
|
||||||
|
printf("\n");
|
||||||
av_opt_show(sws_opts, NULL);
|
av_opt_show(sws_opts, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user