summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-05-10 11:17:52 +0200
committerwm4 <wm4@nowhere>2016-05-10 11:17:52 +0200
commit013d63b081392c9688754e6096917415363b75d4 (patch)
treeb19cd0f9322b6ade92735e79cdd8b35aca44ebd6
parent5d8d8618c41b07a22edc296b34d69f306141cb3e (diff)
downloadmpv-013d63b081392c9688754e6096917415363b75d4.tar.bz2
mpv-013d63b081392c9688754e6096917415363b75d4.tar.xz
stream_cdda: enable cache by default
Requested.
-rw-r--r--stream/stream_cdda.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c
index 8fadf3452a..1d96ea6029 100644
--- a/stream/stream_cdda.c
+++ b/stream/stream_cdda.c
@@ -384,6 +384,8 @@ static int open_cdda(stream_t *st)
st->control = control;
st->close = close_cdda;
+ st->streaming = true;
+
st->type = STREAMTYPE_CDDA;
st->demuxer = "+disc";