Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cocoa_common: avoid locking calls when not needed
cocoa_common contains some locking calls to support video outputs that support live resizing (at this moment only vo=opengl). These should not be used unless the VO declares it is multithreaded by registering the resize_redraw callback used for live resizing. Fixes #200
- Loading branch information