[FFmpeg-cvslog] ffprobe: add AVCodecContext help message into ffprobe

Steven Liu git at videolan.org
Sat Mar 11 05:13:04 EET 2017


ffmpeg | branch: master | Steven Liu <lq at chinaffmpeg.org> | Sat Mar 11 11:12:23 2017 +0800| [51e3501993e3296727678c95bfcffe5b85525a12] | committer: Steven Liu

ffprobe: add AVCodecContext help message into ffprobe

because the ffprobe can use AVCodecContext parameters

Signed-off-by: Steven Liu <lq at chinaffmpeg.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51e3501993e3296727678c95bfcffe5b85525a12
---

 ffprobe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ffprobe.c b/ffprobe.c
index c85c3a1..b104390 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);
 }
 
 /**



More information about the ffmpeg-cvslog mailing list