summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-17 10:11:46 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-17 10:11:46 +0000
commit88643f396aae4c868d1303c6a433a068eb4aad5e (patch)
treea8dd897261e5ef2ff404617c4f245840e820935f /ffmpeg.c
parent170efe1f9d12f2346b9acad1d3288c20f368c9b4 (diff)
downloadffmpeg-streaming-88643f396aae4c868d1303c6a433a068eb4aad5e.zip
ffmpeg-streaming-88643f396aae4c868d1303c6a433a068eb4aad5e.tar.gz
Cosmetics: display ffmpeg -h generic advanced options just after
generic non-advanced options. Originally committed as revision 13794 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 36d9f37..8cfa7b3 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3401,6 +3401,9 @@ static void show_help(void)
printf("\n");
show_help_options(options, "Main options:\n",
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB, 0);
+ show_help_options(options, "\nAdvanced options:\n",
+ OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB,
+ OPT_EXPERT);
show_help_options(options, "\nVideo options:\n",
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB,
OPT_VIDEO);
@@ -3419,9 +3422,6 @@ static void show_help(void)
show_help_options(options, "\nAudio/Video grab options:\n",
OPT_GRAB,
OPT_GRAB);
- show_help_options(options, "\nAdvanced options:\n",
- OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB,
- OPT_EXPERT);
printf("\n");
av_opt_show(avctx_opts[0], NULL);
printf("\n");
OpenPOWER on IntegriCloud