On Tue, Mar 28, 2017 at 11:39:49PM +0200, Michael Niedermayer wrote:
> On Tue, Mar 28, 2017 at 05:59:29PM +0200, Clément Bœsch wrote:
> > From: Clément Bœsch
> >
> > If ret is NULL, a dummy common holder is created to hold *all* the
> > parallel function returns, which gets written concurrently.
On Tue, Mar 28, 2017 at 05:59:29PM +0200, Clément Bœsch wrote:
> From: Clément Bœsch
>
> If ret is NULL, a dummy common holder is created to hold *all* the
> parallel function returns, which gets written concurrently. This commit
> simplify the whole logic by simply not writing to that holder whe
From: Clément Bœsch
If ret is NULL, a dummy common holder is created to hold *all* the
parallel function returns, which gets written concurrently. This commit
simplify the whole logic by simply not writing to that holder when not
set.
---
libavfilter/pthread.c | 17 ++---
1 file chan