mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
ao: in ao_play_data, wakeup core for untimed AO as well
This commit is contained in:
committed by
Kacper Michajłow
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;
|
||||
|
||||
Reference in New Issue
Block a user