mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
cache: remove debug code
This was accidentally committed. <rcombs> `mp_sleep_us(100000);` <-- are you drunk?
This commit is contained in:
parent
d3b5643589
commit
7e1bc6be00
@ -269,7 +269,6 @@ static bool cache_fill(struct priv *s)
|
||||
// The read call might take a long time and block, so drop the lock.
|
||||
pthread_mutex_unlock(&s->mutex);
|
||||
len = stream_read_partial(s->stream, &s->buffer[pos], space);
|
||||
mp_sleep_us(100000);
|
||||
pthread_mutex_lock(&s->mutex);
|
||||
|
||||
double pts;
|
||||
|
Loading…
Reference in New Issue
Block a user