summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-03 16:50:13 +0200
committerwm4 <wm4@nowhere>2012-10-16 07:26:31 +0200
commitcf61928eecd87ba29324e501a3e4a0efde25d874 (patch)
tree4f796caef4fb3a15f0ffa89d6b4c9d94c8cd0fe3 /libvo/video_out.c
parent466fc6d4d18ac1751527ccfff8f3c39eb3ff1e4b (diff)
downloadmpv-cf61928eecd87ba29324e501a3e4a0efde25d874.tar.bz2
mpv-cf61928eecd87ba29324e501a3e4a0efde25d874.tar.xz
vo_gl, options: remove doublebuffering option (--double)
Useless. It complicated the code and caused flicker, and was useless otherwise. The manpage describes this option as "should not normally be used". One possibly useful effect from the point of view of the user was that vsync was disabled. You can do this with the --vsync option, or by changing X/driver settings directly.
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 2be311f87c..f743d5b8bf 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -49,7 +49,6 @@ int xinerama_y;
int vo_nomouse_input = 0;
int vo_grabpointer = 1;
-int vo_doublebuffering = 1;
int vo_vsync = 1;
int vo_fs = 0;
int vo_fsmode = 0;