summaryrefslogtreecommitdiffstats
path: root/player/core.h
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/core.h
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/core.h')
-rw-r--r--player/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index fc5e2e3937..5e97b6d868 100644
--- a/player/core.h
+++ b/player/core.h
@@ -637,7 +637,6 @@ void update_osd_msg(struct MPContext *mpctx);
bool update_subtitles(struct MPContext *mpctx, double video_pts);
// video.c
-void reset_av_state(struct MPContext *mpctx);
void reset_video_state(struct MPContext *mpctx);
int init_video_decoder(struct MPContext *mpctx, struct track *track);
void reinit_video_chain(struct MPContext *mpctx);