summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-23 23:05:37 +0100
committerwm4 <wm4@nowhere>2016-02-23 23:08:24 +0100
commit441b605de2738a0cc472a439a87a436ba1a86be2 (patch)
tree5e00433cae43e031698ff861340d10aec11ebb88 /player/loadfile.c
parent933fa7d225af8c5d58185efdd8d9d022380935ec (diff)
downloadmpv-441b605de2738a0cc472a439a87a436ba1a86be2.tar.bz2
mpv-441b605de2738a0cc472a439a87a436ba1a86be2.tar.xz
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).
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c1
1 files changed, 0 insertions, 1 deletions
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);