From 441b605de2738a0cc472a439a87a436ba1a86be2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 23 Feb 2016 23:05:37 +0100 Subject: 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). --- player/loadfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'player/loadfile.c') diff --git a/player/loadfile.c b/player/loadfile.c index a8324eb770..e25bd7803b 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -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); -- cgit v1.2.3