summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/wayland_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
index cae0c6a5d3..975b3eaba0 100644
--- a/video/out/wayland_common.c
+++ b/video/out/wayland_common.c
@@ -1726,6 +1726,9 @@ int vo_wayland_init(struct vo *vo)
}
if (wl->presentation) {
+ wl->last_ust = 0;
+ wl->last_msc = 0;
+ wl->refresh_interval = 0;
wl->sync = talloc_zero_array(wl, struct vo_wayland_sync, 1);
struct vo_wayland_sync sync = {0, 0, 0, 0};
wl->sync[0] = sync;