From: Steven Liu Date: Sat, 11 Mar 2017 03:12:23 +0000 (+0800) Subject: ffprobe: add AVCodecContext help message into ffprobe X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=51e3501993e3296727678c95bfcffe5b85525a12;p=ffmpeg ffprobe: add AVCodecContext help message into ffprobe because the ffprobe can use AVCodecContext parameters Signed-off-by: Steven Liu --- diff --git a/ffprobe.c b/ffprobe.c index c85c3a104b3..b104390990d 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -3004,6 +3004,7 @@ void show_help_default(const char *opt, const char *arg) printf("\n"); show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM); + show_help_children(avcodec_get_class(), AV_OPT_FLAG_DECODING_PARAM); } /**