Re: [FFmpeg-devel] Add audio support to lavfi/framepool

2017-01-12 Thread Matthieu Bouron
On Wed, Jan 11, 2017 at 06:03:33PM +0100, Matthieu Bouron wrote: > On Thu, Jan 05, 2017 at 12:11:31PM +0100, Matthieu Bouron wrote: > > Patchset updated and rebased on master with the following minor changes: > > * add av_assert0 in ff_frame_pool_get_{audio,video}_config > > * FFFramePool.type

Re: [FFmpeg-devel] Add audio support to lavfi/framepool

2017-01-11 Thread Matthieu Bouron
On Thu, Jan 05, 2017 at 12:11:31PM +0100, Matthieu Bouron wrote: > Patchset updated and rebased on master with the following minor changes: > * add av_assert0 in ff_frame_pool_get_{audio,video}_config > * FFFramePool.type declared as enum AVMediaType instead of int > > I was not able to reprod

Re: [FFmpeg-devel] Add audio support to lavfi/framepool

2017-01-05 Thread Michael Niedermayer
On Thu, Jan 05, 2017 at 12:11:31PM +0100, Matthieu Bouron wrote: > Patchset updated and rebased on master with the following minor changes: > * add av_assert0 in ff_frame_pool_get_{audio,video}_config > * FFFramePool.type declared as enum AVMediaType instead of int > > I was not able to reprod

[FFmpeg-devel] Add audio support to lavfi/framepool

2017-01-05 Thread Matthieu Bouron
Patchset updated and rebased on master with the following minor changes: * add av_assert0 in ff_frame_pool_get_{audio,video}_config * FFFramePool.type declared as enum AVMediaType instead of int I was not able to reproduce the issue Michael had with the following command line: ffmpeg -f lavfi