summaryrefslogtreecommitdiffstats
path: root/video/out/vulkan/context_wayland.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-01-30 14:16:20 +0100
committerwm4 <wm4@nowhere>2020-01-30 14:16:20 +0100
commit6c2cc20a53618d3de90674d15c737586a041424b (patch)
tree0eb335b3d3effe4df20fd51b1cd1c27147a5440d /video/out/vulkan/context_wayland.c
parent355bb5b1e68ad1281d21d891b25f3bc917c307ff (diff)
downloadmpv-6c2cc20a53618d3de90674d15c737586a041424b.tar.bz2
mpv-6c2cc20a53618d3de90674d15c737586a041424b.tar.xz
msg: move central msg lock to mp_log_root
This is a central lock (that is to stay and has no reason to go away), and it was simply made global. This reduces complexity when the original MPlayer code was changed from single thread + global state to a context handle. Having the global lock was still a bit silly if there were multiple mpv instances in the process, because it would make the instances wait for each other for no reason. So move it to the per-instance context, which is trivial enough.
Diffstat (limited to 'video/out/vulkan/context_wayland.c')
0 files changed, 0 insertions, 0 deletions