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:
parent
47e6ef0bdf
commit
3da91a673a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user