comparison libvo/video_out.c @ 11542:85e503ddf65f

runtime 'stay-on-top' functionality
author joey
date Sun, 30 Nov 2003 16:36:10 +0000
parents 32eb3dfe44c9
children cd33d1e3b709
comparison
equal deleted inserted replaced
11541:753ca0c44913 11542:85e503ddf65f
38 int vo_doublebuffering = 0; 38 int vo_doublebuffering = 0;
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 44
44 int vo_pts=0; // for hw decoding 45 int vo_pts=0; // for hw decoding
45 float vo_fps=0; // for mp1e rte 46 float vo_fps=0; // for mp1e rte
46 47
47 char *vo_subdevice = NULL; 48 char *vo_subdevice = NULL;