summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-06 00:24:34 +0100
committerwm4 <wm4@nowhere>2013-03-06 00:24:34 +0100
commita1a9dc9c850f6e99103e34f1ed8e66fdc9d2012c (patch)
tree59d1833408b0682f8658a3751b6ee4940918f6ad /video/out/vo_opengl.c
parent3a0d647e0fd773a1ddd535ef21301b9f3d1fb58f (diff)
downloadmpv-a1a9dc9c850f6e99103e34f1ed8e66fdc9d2012c.tar.bz2
mpv-a1a9dc9c850f6e99103e34f1ed8e66fdc9d2012c.tar.xz
options: remove --no-vsync
Latest nvidia drivers ignore the application setting, so this switch makes even less sense than before. It's still possible to control this with VO specific suboptions.
Diffstat (limited to 'video/out/vo_opengl.c')
-rw-r--r--video/out/vo_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c
index dbaede4461..a53a1c90d2 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -2085,7 +2085,7 @@ static int preinit(struct vo *vo, const char *arg)
.colorspace = MP_CSP_DETAILS_DEFAULTS,
.use_npot = 1,
.use_pbo = hq,
- .swap_interval = vo->opts->vsync,
+ .swap_interval = 1,
.dither_depth = hq ? 0 : -1,
.fbo_format = hq ? GL_RGB16 : GL_RGB,
.use_scale_sep = 1,