• Clément Bœsch's avatar
    lavfi: fix race when func rets holder is NULL · 473f0f75
    Clément Bœsch authored
    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.
    473f0f75
pthread.c 5.75 KB