From 013d63b081392c9688754e6096917415363b75d4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 May 2016 11:17:52 +0200 Subject: stream_cdda: enable cache by default Requested. --- stream/stream_cdda.c | 2 ++ 1 file changed, 2 insertions(+) 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"; -- cgit v1.2.3