From 2fa5d8f234a0986de4765df887a52b22d40eeee6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 22 Jun 2012 03:43:07 +0200 Subject: ffmpeg: print swr options in --help too Signed-off-by: Michael Niedermayer --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index 428b18f99d..4a9cff7f6c 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -5356,6 +5356,7 @@ static int opt_help(const char *opt, const char *arg) show_help_children(avcodec_get_class(), flags); show_help_children(avformat_get_class(), flags); show_help_children(sws_get_class(), flags); + show_help_children(swr_get_class(), AV_OPT_FLAG_AUDIO_PARAM); return 0; } -- cgit v1.2.3