Commit 2fa5d8f2 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: print swr options in --help too

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4cdff582
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment