[FFmpeg-devel] [PATCH v3 1/3] lavc/utils.c: use C11 atomics for entangled thread handling
James Almer
jamrial at gmail.com
Sun Nov 26 04:05:22 EET 2017
On 11/25/2017 10:56 PM, Michael Niedermayer wrote:
> On Sat, Nov 25, 2017 at 05:01:55PM +0000, Rostislav Pehlivanov wrote:
>> Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
>> ---
>> libavcodec/utils.c | 9 +++++----
>> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> LGTM
>
> The whole lock manager should possibly be simplified using some
> more standard mutex stuff from C11 or use that as default.
>
> thx
If you mean threads.h stuff, afaik it's optional and glibc doesn't
include it, so hardly an option today.
More information about the ffmpeg-devel
mailing list