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:
wm4 2016-02-23 23:05:37 +01:00
parent 933fa7d225
commit 441b605de2
1 changed files with 0 additions and 1 deletions

View File

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