]> git.sesse.net Git - ffmpeg/commitdiff
ffprobe: add AVCodecContext help message into ffprobe
authorSteven Liu <lq@chinaffmpeg.org>
Sat, 11 Mar 2017 03:12:23 +0000 (11:12 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Sat, 11 Mar 2017 03:12:23 +0000 (11:12 +0800)
because the ffprobe can use AVCodecContext parameters

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
ffprobe.c

index c85c3a104b3166021f3c35621084fd2a3782edda..b104390990d2f2b217a5859f8b27e912cc155c59 100644 (file)
--- 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);
 }
 
 /**