From e832e46bd6d7e2c06d88e2129d1cd3dfd1be21e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 18 Feb 2016 22:56:40 +0100 Subject: player: remove initial seek on playback start Accidental leftover from commit ae55896f. (This seek ised to be done with ordered chapters, and was accidentally changed to always being done.) --- player/loadfile.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'player/loadfile.c') diff --git a/player/loadfile.c b/player/loadfile.c index 1383fc5361..60a595c3da 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -1189,8 +1189,6 @@ reopen_file: if (start != MP_NOPTS_VALUE) startpos = start; } - if (startpos == MP_NOPTS_VALUE) - startpos = 0; if (startpos != MP_NOPTS_VALUE) { queue_seek(mpctx, MPSEEK_ABSOLUTE, startpos, 0, true); execute_queued_seek(mpctx); -- cgit v1.2.3