summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-03-02 15:27:19 -0600
committerDudemanguy <random342@airmail.cc>2024-03-03 16:27:59 -0600
commit9ac791c329aa967d6034da1543e03c777b09f4ef (patch)
tree6fb7042ac7062e4a103822f9ab2c4f63128bd681 /player/command.c
parentd10cebec1317d1fd9006f3bd3bdc6d75e399ebaa (diff)
downloadmpv-9ac791c329aa967d6034da1543e03c777b09f4ef.tar.bz2
mpv-9ac791c329aa967d6034da1543e03c777b09f4ef.tar.xz
Revert "player: reset av state on speed changes"
Ended up being too flawed and caused trouble in other areas. There's other approaches to trying to solve the issue this meant to address in the works that should be better, so let's wait on that. Fixes #13613 and fixes #13622. This reverts commit e3af545421322e357eb9355395923710ea93f83b.
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index e1de32be25..5b61ae3498 100644
--- a/player/command.c
+++ b/player/command.c
@@ -7246,7 +7246,6 @@ void mp_option_change_callback(void *ctx, struct m_config_option *co, int flags,
if (opt_ptr == &opts->playback_speed) {
update_playback_speed(mpctx);
- reset_av_state(mpctx);
mp_wakeup_core(mpctx);
}