Re: [FFmpeg-devel] [PATCH V1 5/5] lavf/utils: add duration estimate method trace

2019-09-28 Thread myp...@gmail.com
On Sat, Sep 28, 2019 at 11:29 PM Michael Niedermayer wrote: > > On Sat, Sep 28, 2019 at 08:23:57PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > add duration estimate method trace, it's can help to some duration > > issue trace or debug. > > theres some english grammer issue here > Will fix,

Re: [FFmpeg-devel] [PATCH V1 5/5] lavf/utils: add duration estimate method trace

2019-09-28 Thread Michael Niedermayer
On Sat, Sep 28, 2019 at 08:23:57PM +0800, Jun Zhao wrote: > From: Jun Zhao > > add duration estimate method trace, it's can help to some duration > issue trace or debug. theres some english grammer issue here > > Signed-off-by: Jun Zhao > --- > libavformat/utils.c | 16 +++- >

[FFmpeg-devel] [PATCH V1 5/5] lavf/utils: add duration estimate method trace

2019-09-28 Thread Jun Zhao
From: Jun Zhao add duration estimate method trace, it's can help to some duration issue trace or debug. Signed-off-by: Jun Zhao --- libavformat/utils.c | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index c0ccd