summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-07-18 12:19:11 +0200
committersfan5 <sfan5@live.de>2021-07-18 12:21:15 +0200
commitd2a56227dfc8b0e62d4b6458ef4c5d0ecd28cf75 (patch)
tree1b20afb67a146821758a3c2de0606b34bc1b3e3a /audio
parent1e90ec647c374e886bd24cbf94b10150416bc1b6 (diff)
downloadmpv-d2a56227dfc8b0e62d4b6458ef4c5d0ecd28cf75.tar.bz2
mpv-d2a56227dfc8b0e62d4b6458ef4c5d0ecd28cf75.tar.xz
Revert "audio: fix ao_reset() not clearing paused state leading to stuck AO"
In hindsight this is obviously broken. This reverts commit fb5d976cb070020e35501685c9f84b9435b248e6.
Diffstat (limited to 'audio')
-rw-r--r--audio/out/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/out/buffer.c b/audio/out/buffer.c
index 2a169e8fd7..9ac410ff9e 100644
--- a/audio/out/buffer.c
+++ b/audio/out/buffer.c
@@ -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;