Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #ifdef WIN32 for atomic_compare_exchange_strong #37

Open
nuomi2021 opened this issue Feb 4, 2023 · 0 comments
Open

Fix #ifdef WIN32 for atomic_compare_exchange_strong #37

nuomi2021 opened this issue Feb 4, 2023 · 0 comments
Labels
low priority Low priority issue

Comments

@nuomi2021
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Low priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant