Re: [FFmpeg-devel] [PATCH V2 5/5] lavf/utils: support duration estimate method dump

2019-09-29 Thread myp...@gmail.com
On Mon, Sep 30, 2019 at 4:13 AM Michael Niedermayer wrote: > > On Sun, Sep 29, 2019 at 05:27:54PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > add new function duration_estimate_name to dump duration estimate > > method, it's will help to debug some duration issue. > > > > Signed-off-by: Jun

Re: [FFmpeg-devel] [PATCH V2 5/5] lavf/utils: support duration estimate method dump

2019-09-29 Thread Michael Niedermayer
On Sun, Sep 29, 2019 at 05:27:54PM +0800, Jun Zhao wrote: > From: Jun Zhao > > add new function duration_estimate_name to dump duration estimate > method, it's will help to debug some duration issue. > > Signed-off-by: Jun Zhao > --- > libavformat/utils.c | 15 ++- > 1 files chan

[FFmpeg-devel] [PATCH V2 5/5] lavf/utils: support duration estimate method dump

2019-09-29 Thread Jun Zhao
From: Jun Zhao add new function duration_estimate_name to dump duration estimate method, it's will help to debug some duration issue. Signed-off-by: Jun Zhao --- libavformat/utils.c | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/libavformat/utils.c b/li