mirror of https://github.com/mpv-player/mpv
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);
|
queue_seek(mpctx, MPSEEK_ABSOLUTE, startpos, 0, true);
|
||||||
execute_queued_seek(mpctx);
|
execute_queued_seek(mpctx);
|
||||||
}
|
}
|
||||||
get_relative_time(mpctx); // reset current delta
|
|
||||||
|
|
||||||
if (mpctx->opts->pause)
|
if (mpctx->opts->pause)
|
||||||
pause_player(mpctx);
|
pause_player(mpctx);
|
||||||
|
|
Loading…
Reference in New Issue