1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 18:05:21 +00:00

player: init playback speed correctly

Usually not a problem, but could not be initialized early enough in some
corner cases.
This commit is contained in:
wm4 2015-12-10 17:22:20 +01:00
parent 47e6ef0bdf
commit 3da91a673a

View File

@ -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);