summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/mplayer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/mplayer.c b/core/mplayer.c
index 3e3f5f5907..4d1dc64de5 100644
--- a/core/mplayer.c
+++ b/core/mplayer.c
@@ -2650,8 +2650,6 @@ static double update_video(struct MPContext *mpctx, double endpts)
return 0;
pts = video_out->next_pts;
- if (sh_video->gsh->attached_picture)
- pts = mpctx->last_seek_pts;
if (pts == MP_NOPTS_VALUE) {
mp_msg(MSGT_CPLAYER, MSGL_ERR, "Video pts after filters MISSING\n");
// Try to use decoder pts from before filters