summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-08 15:09:19 +0100
committerwm4 <wm4@nowhere>2020-02-08 15:09:19 +0100
commit951f66a72474eb4480c9f7130ffd7422357707d2 (patch)
treef052930c6c0f8c2bf309321bcd0b795bf6d73ad4
parentb22e3e3280c49f6eef409ae40ddf47cd2232bc66 (diff)
downloadmpv-absurd_test3.tar.bz2
mpv-absurd_test3.tar.xz
and anotherabsurd_test3
-rw-r--r--stream/stream_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_file.c b/stream/stream_file.c
index b2c4d1d833..f2879e6b1e 100644
--- a/stream/stream_file.c
+++ b/stream/stream_file.c
@@ -427,7 +427,7 @@ static int open_f(stream_t *stream)
pthread_mutex_init(&p->lock, NULL);
pthread_cond_init(&p->wakeup, NULL);
- p->ring = mp_ring_new(stream, 2 * 64 * 1024);
+ p->ring = mp_ring_new(stream, 1 * 64 * 1024);
int r = pthread_create(&p->thread, NULL, read_thread, stream);
if (r)
return -1;