comparison libvo/video_out.c @ 3201:039a973b3dda

Newest DXR3 patch (improved 1.0rc2) by David Holm.
author atmos4
date Thu, 29 Nov 2001 17:31:58 +0000
parents 97efb75dceb8
children 38344371432f
comparison
equal deleted inserted replaced
3200:a3fa0a5dcf37 3201:039a973b3dda
42 int vo_dbpp=0; 42 int vo_dbpp=0;
43 int vo_doublebuffering = 0; 43 int vo_doublebuffering = 0;
44 int vo_fsmode = 0; 44 int vo_fsmode = 0;
45 45
46 int vo_pts=0; // for hw decoding 46 int vo_pts=0; // for hw decoding
47 float vo_fps=0; // for mp1e rte
47 48
48 char *vo_subdevice = NULL; 49 char *vo_subdevice = NULL;
49 50
50 // 51 //
51 // Externally visible list of all vo drivers 52 // Externally visible list of all vo drivers