summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c3
1 files changed, 3 insertions, 0 deletions
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);
}