[FFmpeg-devel] [PATCH 4/4] avfilter: use a mutex instead of atomics in avfilter_register()

James Almer jamrial at gmail.com
Thu Jan 4 20:45:03 EET 2018


On 1/4/2018 3:28 PM, wm4 wrote:
> On Thu,  4 Jan 2018 15:19:04 -0300
> James Almer <jamrial at gmail.com> wrote:
> 
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> With this, the last users of libavutil's atomic wrappers are dealt
>> with.
> 
> Technically, you need to lock when reading the next pointers too? Don't
> know if that actually matters.

Probably not seeing it's currently not using atomics to read them.


More information about the ffmpeg-devel mailing list