Re: [FFmpeg-devel] [PATCH] ffprobe: add AVCodecContext help message into ffprobe

2017-03-10 Thread Steven Liu
2017-03-09 16:14 GMT+08:00 Steven Liu : > because the ffprobe can use AVCodecContext parameters > > Signed-off-by: Steven Liu > --- > 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 > @@

[FFmpeg-devel] [PATCH] ffprobe: add AVCodecContext help message into ffprobe

2017-03-09 Thread Steven Liu
because the ffprobe can use AVCodecContext parameters Signed-off-by: Steven Liu --- 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, cons