comparison libvo/video_out.c @ 4667:95fa3901cafc

add vsync support for doublebuffering to vo_vesa
author atmos4
date Tue, 12 Feb 2002 15:06:04 +0000
parents 88843786301e
children 57f053d75893
comparison
equal deleted inserted replaced
4666:a093bb34b723 4667:95fa3901cafc
39 // requested resolution/bpp: (-x -y -bpp options) 39 // requested resolution/bpp: (-x -y -bpp options)
40 int vo_dwidth=0; 40 int vo_dwidth=0;
41 int vo_dheight=0; 41 int vo_dheight=0;
42 int vo_dbpp=0; 42 int vo_dbpp=0;
43 int vo_doublebuffering = 0; 43 int vo_doublebuffering = 0;
44 int vo_vsync = 0;
44 int vo_fsmode = 0; 45 int vo_fsmode = 0;
45 46
46 int vo_pts=0; // for hw decoding 47 int vo_pts=0; // for hw decoding
47 float vo_fps=0; // for mp1e rte 48 float vo_fps=0; // for mp1e rte
48 49