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

wm4 nfxjfg at googlemail.com
Thu Jan 4 20:28:51 EET 2018


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.


More information about the ffmpeg-devel mailing list