Re: [FFmpeg-devel] [PATCH] avformat/async: allow to set buffer size [v2]

2017-09-23 Thread Michael Niedermayer
On Fri, Sep 22, 2017 at 04:25:33PM +0900, Takayuki 'January June' Suwa wrote: > - add "-asyncbufsize" option to async: > - refactor async.c > - remove READ_BACK_CAPACITY and the 3rd arg of ring_init() > - replace some magicnums with symconst macros This should be several patches as they are in

[FFmpeg-devel] [PATCH] avformat/async: allow to set buffer size [v2]

2017-09-22 Thread Takayuki 'January June' Suwa
- add "-asyncbufsize" option to async: - refactor async.c - remove READ_BACK_CAPACITY and the 3rd arg of ring_init() - replace some magicnums with symconst macros --- doc/protocols.texi | 6 ++ libavformat/async.c | 18 +++--- 2 files changed, 17 insertions(+), 7 deletions(-)

Re: [FFmpeg-devel] [PATCH] avformat/async: allow to set buffer size

2017-09-21 Thread Michael Niedermayer
On Fri, Sep 22, 2017 at 12:36:40AM +0900, Takayuki 'January June' Suwa wrote: > --- > doc/protocols.texi | 6 ++ > libavformat/async.c | 7 ++- > 2 files changed, 12 insertions(+), 1 deletion(-) > > diff --git a/doc/protocols.texi b/doc/protocols.texi > index a7968ff56e3..f321664d7bf 100

[FFmpeg-devel] [PATCH] avformat/async: allow to set buffer size

2017-09-21 Thread Takayuki 'January June' Suwa
--- doc/protocols.texi | 6 ++ libavformat/async.c | 7 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/protocols.texi b/doc/protocols.texi index a7968ff56e3..f321664d7bf 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -57,6 +57,12 @@ Asynchronous data f