Commit 51e35019 authored by Steven Liu's avatar Steven Liu

ffprobe: add AVCodecContext help message into ffprobe

because the ffprobe can use AVCodecContext parameters
Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent 6e913f21
......@@ -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);
}
/**
......
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