FFmpeg
FFmpeg copied to clipboard
Fix #ifdef WIN32 for atomic_compare_exchange_strong
https://github.com/ffvvc/FFmpeg/blob/main/libavcodec/vvc_thread.c#L570
This is a FFMPEG Windows compatibility issue, mainly because https://github.com/ffvvc/FFmpeg/blob/main/compat/atomics/win32/stdatomic.h#L104 does not follow the spec, it accepts automic_int(intptr_t) instead of int.