[FFmpeg-cvslog] ffmpeg: print swr options in --help too
Michael Niedermayer
git at videolan.org
Fri Jun 22 03:45:56 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jun 22 03:43:07 2012 +0200| [2fa5d8f234a0986de4765df887a52b22d40eeee6] | committer: Michael Niedermayer
ffmpeg: print swr options in --help too
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2fa5d8f234a0986de4765df887a52b22d40eeee6
---
ffmpeg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ffmpeg.c b/ffmpeg.c
index 428b18f..4a9cff7 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;
}
More information about the ffmpeg-cvslog
mailing list