aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-22 03:43:07 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-06-22 03:43:29 +0200
commit2fa5d8f234a0986de4765df887a52b22d40eeee6 (patch)
tree694eb96f4fbeb7b53efd6b826669ddad9ae2feb2 /ffmpeg.c
parent4cdff582068b968f9c2f14ce4bd5a68be069ce11 (diff)
downloadandroid_external_ffmpeg-2fa5d8f234a0986de4765df887a52b22d40eeee6.tar.gz
android_external_ffmpeg-2fa5d8f234a0986de4765df887a52b22d40eeee6.tar.bz2
android_external_ffmpeg-2fa5d8f234a0986de4765df887a52b22d40eeee6.zip
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;
}