summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 0df1c6d5c9..38bb739046 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -756,8 +756,8 @@ static void do_redraw(struct vo *vo)
frame = &dummy;
frame->redraw = !full_redraw; // unconditionally redraw if it was dropped
frame->still = true;
- frame->pts = -1;
- frame->duration = 0;
+ frame->pts = 0;
+ frame->duration = -1;
pthread_mutex_unlock(&in->lock);
if (vo->driver->draw_frame) {