Re: [FFmpeg-devel] [PATCH] ffprobe: add show_video_keyframes option

2017-03-09 Thread Steven Liu
2017-03-09 15:51 GMT+08:00 wm4 : > On Thu, 9 Mar 2017 15:43:21 +0800 > Steven Liu wrote: > > > add a option for show video keyframes info only when use show_packets > > or show_frames > > > > Signed-off-by: Steven Liu > > --- >

Re: [FFmpeg-devel] [PATCH] ffprobe: add show_video_keyframes option

2017-03-08 Thread wm4
On Thu, 9 Mar 2017 15:43:21 +0800 Steven Liu wrote: > add a option for show video keyframes info only when use show_packets > or show_frames > > Signed-off-by: Steven Liu > --- > ffprobe.c | 14 ++ > 1 file changed, 14 insertions(+) >

[FFmpeg-devel] [PATCH] ffprobe: add show_video_keyframes option

2017-03-08 Thread Steven Liu
add a option for show video keyframes info only when use show_packets or show_frames Signed-off-by: Steven Liu --- ffprobe.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/ffprobe.c b/ffprobe.c index c85c3a1..3beceb2 100644 --- a/ffprobe.c +++