summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-07-11 22:16:06 +0200
committerwm4 <wm4@nowhere>2016-07-11 22:16:06 +0200
commitf4d62dc4a0ae52883a081f1d0f955fd83d51e59a (patch)
treec47da2dd5c94f7c0d7b68d5dfce5fc82f33df1c7 /player
parent374600cec0590acad9cdba6b91f6b845921b5799 (diff)
downloadmpv-f4d62dc4a0ae52883a081f1d0f955fd83d51e59a.tar.bz2
mpv-f4d62dc4a0ae52883a081f1d0f955fd83d51e59a.tar.xz
cache: fix previous commit
The cache reader thread actually unlocks the mutex protecting the underlying stream while reading from it. That's why other code goes out of its way to run certain stream operations on the cache thread. Do the same. We could have this simpler by creating a mechanism that would "park" the cache thread and make it wait for the lock (while we have it) in order to gain exclusive access. This could be done in the future.
Diffstat (limited to 'player')
0 files changed, 0 insertions, 0 deletions