summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index a7efdf67a9..41cc5b0926 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3925,7 +3925,7 @@ if(!sh_video) {
sh_video->pts = vf_vo_data.pts;
if (sh_video->pts == MP_NOPTS_VALUE) {
mp_msg(MSGT_CPLAYER, MSGL_ERR, "pts after filters MISSING\n");
- sh_video->pts == last_pts;
+ sh_video->pts = last_pts;
}
if (last_pts == MP_NOPTS_VALUE)
last_pts = sh_video->pts;