1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
Clément Bœsch 473f0f75a1 lavfi: fix race when func rets holder is NULL
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.
2017-03-28 23:47:24 +02:00
..
2016-12-01 09:53:38 +01:00
2017-03-27 14:06:16 +01:00
2017-01-12 15:07:18 +01:00
2016-11-13 19:11:07 -06:00
2016-11-27 20:46:20 +01:00
2017-01-12 10:22:52 +01:00
2017-01-12 14:06:16 +01:00
2017-03-27 14:06:16 +01:00
2017-03-27 14:06:16 +01:00
2017-03-21 12:15:50 +00:00
2017-03-12 15:02:33 +00:00
2017-01-30 18:44:08 +01:00