diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2017-03-11 11:12:23 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2017-03-11 11:12:23 +0800 |
commit | 51e3501993e3296727678c95bfcffe5b85525a12 (patch) | |
tree | be4c0bb0e640846756825eef6793fafb20feb06c /ffprobe.c | |
parent | 6e913f212907048d7009cf2f15551781c69b9985 (diff) | |
download | ffmpeg-51e3501993e3296727678c95bfcffe5b85525a12.tar.gz |
ffprobe: add AVCodecContext help message into ffprobe
because the ffprobe can use AVCodecContext parameters
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'ffprobe.c')
-rw-r--r-- | ffprobe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } /** |