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(-)