summaryrefslogtreecommitdiffstats
path: root/stream/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cache.c')
-rw-r--r--stream/cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/cache.c b/stream/cache.c
index 0fd9585eaa..d96f46daaf 100644
--- a/stream/cache.c
+++ b/stream/cache.c
@@ -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;