mirror of https://github.com/mpv-player/mpv
parent
5d8d8618c4
commit
013d63b081
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue