# HG changeset patch # User rfelker # Date 1101800528 0 # Node ID db6de212435b95b8d8015e2ed1ffa40eb39dc5e6 # Parent de6ed5d2805d5c9af1c17e64d314bd4245c0324e it's stupid for the default to be something both slower (for xv+dr) and visually incorrect.. use -nodouble if you want old behavior diff -r de6ed5d2805d -r db6de212435b libvo/video_out.c --- a/libvo/video_out.c Tue Nov 30 02:36:05 2004 +0000 +++ b/libvo/video_out.c Tue Nov 30 07:42:08 2004 +0000 @@ -35,7 +35,7 @@ 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;