Skip to content
Snippets Groups Projects
Commit fd542b6f authored by Hendrik Leppkes's avatar Hendrik Leppkes
Browse files

Revert "libavcodec/utils.c: simplify avcodec locking with atomics"

This reverts commit 590136e7.

Atomics are not required for this variable, because it is protected
through the lock manager, and the use of atomics here is not compatible
with the c11 emulation wrappersi.

Fixes FATE on MSVC, among other setups which use the compat wrappers.
parent c7a5e80f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment