diff options
-rw-r--r-- | libvo/video_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c index 7eef722b3d..e058316e36 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -35,7 +35,7 @@ int vo_dbpp=0; int vo_nomouse_input = 0; int vo_grabpointer = 1; -int vo_doublebuffering = 0; +int vo_doublebuffering = 1; int vo_vsync = 0; int vo_fs = 0; int vo_fsmode = 0; |