0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

ao: in ao_play_data, wakeup core for untimed AO as well

This commit is contained in:
Misaki Kasumi 2024-05-07 22:43:35 +08:00 committed by Kacper Michajłow
parent e166ae0ed8
commit 0cfd52074b

View File

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