1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-29 03:02:53 +00:00

Revert "audio: fix ao_reset() not clearing paused state leading to stuck AO"

In hindsight this is obviously broken.
This reverts commit fb5d976cb0.
This commit is contained in:
sfan5 2021-07-18 12:19:11 +02:00
parent 1e90ec647c
commit d2a56227df

View File

@ -307,7 +307,6 @@ void ao_reset(struct ao *ao)
}
wakeup = p->playing;
p->playing = false;
p->paused = false;
p->recover_pause = false;
p->hw_paused = false;
p->end_time_us = 0;