Re: [FFmpeg-devel] [PATCH] lavfi/atempo: raise max tempo limit (v2)

2018-06-14 Thread Pavel Koshevoy
On 06/13/2018 07:39 AM, Pavel Koshevoy wrote: On Thu, Jun 7, 2018 at 8:16 PM Pavel Koshevoy wrote: --- doc/filters.texi| 17 ++--- libavfilter/af_atempo.c | 6 +++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi ind

Re: [FFmpeg-devel] [PATCH] lavfi/atempo: raise max tempo limit (v2)

2018-06-13 Thread Pavel Koshevoy
On Thu, Jun 7, 2018 at 8:16 PM Pavel Koshevoy wrote: > > --- > doc/filters.texi| 17 ++--- > libavfilter/af_atempo.c | 6 +++--- > 2 files changed, 17 insertions(+), 6 deletions(-) > > diff --git a/doc/filters.texi b/doc/filters.texi > index 256ab42b00..6b98b04774 100644 > --

[FFmpeg-devel] [PATCH] lavfi/atempo: raise max tempo limit (v2)

2018-06-07 Thread Pavel Koshevoy
--- doc/filters.texi| 17 ++--- libavfilter/af_atempo.c | 6 +++--- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 256ab42b00..6b98b04774 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1986,7 +1986,12 @@ Adju

Re: [FFmpeg-devel] [PATCH] lavfi/atempo: raise max tempo limit

2018-06-07 Thread Moritz Barsnick
On Tue, Jun 05, 2018 at 20:59:16 -0600, Pavel Koshevoy wrote: > --- > libavfilter/af_atempo.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) Please have a look at doc/filters.texi and adapt the atempo section in the same commit. Moritz ___

Re: [FFmpeg-devel] [PATCH] lavfi/atempo: raise max tempo limit

2018-06-05 Thread Pavel Koshevoy
On Tue, Jun 5, 2018 at 8:59 PM, Pavel Koshevoy wrote: > --- > libavfilter/af_atempo.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c > index 8b214bccd7..daf4693321 100644 > --- a/libavfilter/af_atempo.c > +++ b/libavf

[FFmpeg-devel] [PATCH] lavfi/atempo: raise max tempo limit

2018-06-05 Thread Pavel Koshevoy
--- libavfilter/af_atempo.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c index 8b214bccd7..daf4693321 100644 --- a/libavfilter/af_atempo.c +++ b/libavfilter/af_atempo.c @@ -153,7 +153,7 @@ typedef struct ATempoContext {