summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 1a1336de9c..4d98856ea9 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -1194,7 +1194,7 @@ static int preinit(struct vo *vo, const char *arg)
.use_rectangle = -1,
.ati_hack = -1,
.force_pbo = -1,
- .swap_interval = 1,
+ .swap_interval = vo_vsync,
.custom_prog = NULL,
.custom_tex = NULL,
.custom_tlin = 1,