0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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

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