summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 7a41fcf1d4..615cfe57f4 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -333,7 +333,7 @@ void vo_flip_page(struct vo *vo)
if (!vo->config_ok)
return;
vo->frame_loaded = false;
- vo->next_pts = (-1LL<<63); // MP_NOPTS_VALUE
+ vo->next_pts = MP_NOPTS_VALUE;
vo->driver->flip_page(vo);
}