Changeset fd542b6f in ffmpeg

Timestamp:
Dec 11, 2017, 8:16:06 PM (7 years ago)
Author:
Hendrik Leppkes <h.leppkes@gmail.com>
Branches:
master
Children:
cbd524b2
Parents:
c7a5e80f
git-author:
Hendrik Leppkes <h.leppkes@gmail.com> (12/11/17 19:59:56)
git-committer:
Hendrik Leppkes <h.leppkes@gmail.com> (12/11/17 20:16:06)
Message:

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

This reverts commit 590136e78da3d091ea99ab5432543d47a559a461.

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.