stream_cdda: enable cache by default

Requested.
This commit is contained in:
wm4 2016-05-10 11:17:52 +02:00
parent 5d8d8618c4
commit 013d63b081
1 changed files with 2 additions and 0 deletions

View File

@ -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";