Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-22 05:43:07 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-06-22 05:43:29 +0400
commit2fa5d8f234a0986de4765df887a52b22d40eeee6 (patch)
tree694eb96f4fbeb7b53efd6b826669ddad9ae2feb2 /ffmpeg.c
parent4cdff582068b968f9c2f14ce4bd5a68be069ce11 (diff)
ffmpeg: print swr options in --help too
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
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;
}