mirror of https://github.com/mpv-player/mpv
ao: in ao_play_data, wakeup core for untimed AO as well
This commit is contained in:
parent
e166ae0ed8
commit
0cfd52074b
|
@ -629,7 +629,7 @@ static bool ao_play_data(struct ao *ao)
|
|||
struct mp_pcm_state state;
|
||||
get_dev_state(ao, &state);
|
||||
|
||||
if (p->streaming && !state.playing && !ao->untimed)
|
||||
if (p->streaming && !state.playing)
|
||||
goto eof;
|
||||
|
||||
void **planes = NULL;
|
||||
|
|
Loading…
Reference in New Issue