Re: [FFmpeg-devel] [PATCH 2/5] lavfi/framepool: add audio support

2017-01-08 Thread Matthieu Bouron
On Thu, Jan 05, 2017 at 12:11:33PM +0100, Matthieu Bouron wrote: > --- > libavfilter/framepool.c | 109 > > libavfilter/framepool.h | 36 +++- > 2 files changed, 144 insertions(+), 1 deletion(-) > > diff --git a/libavfilter/framepool.

[FFmpeg-devel] [PATCH 2/5] lavfi/framepool: add audio support

2017-01-05 Thread Matthieu Bouron
--- libavfilter/framepool.c | 109 libavfilter/framepool.h | 36 +++- 2 files changed, 144 insertions(+), 1 deletion(-) diff --git a/libavfilter/framepool.c b/libavfilter/framepool.c index 36c6e8fd04..588dcb6da2 100644 --- a/libavfilte