mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 15:52:25 +00:00
player: remove pointless call
This is the unfortunate video timer; it's already reset when it actually matters (after video was prepared and before video is actually started).
This commit is contained in:
parent
933fa7d225
commit
441b605de2
@ -1164,7 +1164,6 @@ reopen_file:
|
||||
queue_seek(mpctx, MPSEEK_ABSOLUTE, startpos, 0, true);
|
||||
execute_queued_seek(mpctx);
|
||||
}
|
||||
get_relative_time(mpctx); // reset current delta
|
||||
|
||||
if (mpctx->opts->pause)
|
||||
pause_player(mpctx);
|
||||
|
Loading…
Reference in New Issue
Block a user