From 3da91a673afb40d304bc57b5e17cee67a671f315 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Dec 2015 17:22:20 +0100 Subject: player: init playback speed correctly Usually not a problem, but could not be initialized early enough in some corner cases. --- player/loadfile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/player/loadfile.c b/player/loadfile.c index fe8e5021e6..3e8c87f07f 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -1180,6 +1180,8 @@ reopen_file: goto terminate_playback; } + update_playback_speed(mpctx); + reinit_video_chain(mpctx); reinit_audio_chain(mpctx); reinit_subs(mpctx, 0); -- cgit v1.2.3