comparison libvo/video_out.c @ 14066:db6de212435b

it's stupid for the default to be something both slower (for xv+dr) and visually incorrect.. use -nodouble if you want old behavior
author rfelker
date Tue, 30 Nov 2004 07:42:08 +0000
parents e047e70a9767
children f8670fdf6ab1
comparison
equal deleted inserted replaced
14065:de6ed5d2805d 14066:db6de212435b
33 int vo_dheight=0; 33 int vo_dheight=0;
34 int vo_dbpp=0; 34 int vo_dbpp=0;
35 35
36 int vo_nomouse_input = 0; 36 int vo_nomouse_input = 0;
37 int vo_grabpointer = 1; 37 int vo_grabpointer = 1;
38 int vo_doublebuffering = 0; 38 int vo_doublebuffering = 1;
39 int vo_vsync = 0; 39 int vo_vsync = 0;
40 int vo_fs = 0; 40 int vo_fs = 0;
41 int vo_fsmode = 0; 41 int vo_fsmode = 0;
42 float vo_panscan = 0.0f; 42 float vo_panscan = 0.0f;
43 int vo_ontop = 0; 43 int vo_ontop = 0;