mirror of https://github.com/mpv-player/mpv
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:
parent
1e90ec647c
commit
d2a56227df
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue