Re: [FFmpeg-devel] [PATCH] avfilter/af_atempo: fix drift calculation, ticket #6157

2017-02-19 Thread Steven Liu
2017-02-19 10:42 GMT+08:00 Steven Liu : > > > 2017-02-19 10:22 GMT+08:00 Pavel Koshevoy : > >> On 02/18/2017 07:04 PM, Steven Liu wrote: >> >>> >>> >>> 2017-02-19 6:46 GMT+08:00 > pkoshe...@gmail.com>>: >>> >>> From: Pavel

Re: [FFmpeg-devel] [PATCH] avfilter/af_atempo: fix drift calculation, ticket #6157

2017-02-18 Thread Steven Liu
2017-02-19 10:22 GMT+08:00 Pavel Koshevoy : > On 02/18/2017 07:04 PM, Steven Liu wrote: > >> >> >> 2017-02-19 6:46 GMT+08:00 pkoshe...@gmail.com>>: >> >> From: Pavel Koshevoy > >> >> >> --- >>

Re: [FFmpeg-devel] [PATCH] avfilter/af_atempo: fix drift calculation, ticket #6157

2017-02-18 Thread Pavel Koshevoy
On 02/18/2017 07:04 PM, Steven Liu wrote: 2017-02-19 6:46 GMT+08:00 >: From: Pavel Koshevoy > --- libavfilter/af_atempo.c | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [FFmpeg-devel] [PATCH] avfilter/af_atempo: fix drift calculation, ticket #6157

2017-02-18 Thread Steven Liu
2017-02-19 6:46 GMT+08:00 : > From: Pavel Koshevoy > > --- > libavfilter/af_atempo.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c > index a487882..eb62656 100644 > ---

[FFmpeg-devel] [PATCH] avfilter/af_atempo: fix drift calculation, ticket #6157

2017-02-18 Thread pkoshevoy
From: Pavel Koshevoy --- libavfilter/af_atempo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c index a487882..eb62656 100644 --- a/libavfilter/af_atempo.c +++ b/libavfilter/af_atempo.c @@ -697,11