summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/playloop.c')
-rw-r--r--player/playloop.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/player/playloop.c b/player/playloop.c
index f7f92a2eda..50494809e3 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -253,10 +253,8 @@ static int mp_seek(MPContext *mpctx, struct seek_params seek,
/* Use the target time as "current position" for further relative
* seeks etc until a new video frame has been decoded */
- if (seek.type == MPSEEK_ABSOLUTE) {
- mpctx->video_pts = seek.amount;
+ if (seek.type == MPSEEK_ABSOLUTE)
mpctx->last_seek_pts = seek.amount;
- }
// The hr_seek==false case is for skipping frames with PTS before the
// current timeline chapter start. It's not really known where the demuxer