mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
ffmpeg: print swr options in --help too
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4cdff58206
commit
2fa5d8f234
1
ffmpeg.c
1
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(avcodec_get_class(), flags);
|
||||||
show_help_children(avformat_get_class(), flags);
|
show_help_children(avformat_get_class(), flags);
|
||||||
show_help_children(sws_get_class(), flags);
|
show_help_children(sws_get_class(), flags);
|
||||||
|
show_help_children(swr_get_class(), AV_OPT_FLAG_AUDIO_PARAM);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user