comparison cfg-mplayer.h @ 445:fe56e5a1dc05

last fix, hopefully ;(
author gabucino
date Sun, 15 Apr 2001 19:26:33 +0000
parents d19a3da6ac13
children 198b46b739d8
comparison
equal deleted inserted replaced
444:31c91562953e 445:fe56e5a1dc05
20 {"master", &mixer_usemaster, CONF_TYPE_FLAG, 0, 0, 1}, 20 {"master", &mixer_usemaster, CONF_TYPE_FLAG, 0, 0, 1},
21 #ifdef HAVE_FBDEV 21 #ifdef HAVE_FBDEV
22 {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0}, 22 {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0},
23 {"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0}, 23 {"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0},
24 {"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0}, 24 {"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0},
25 {"fbdepth", &fb_mode_depth, CONF_TYPE_INT, CONF_RANGE, 15, 32}, 25 // {"fbdepth", &fb_mode_depth, CONF_TYPE_INT, CONF_RANGE, 15, 32},
26 #endif 26 #endif
27 {"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0}, 27 {"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},
28 {"sub", &sub_name, CONF_TYPE_STRING, 0, 0, 0}, 28 {"sub", &sub_name, CONF_TYPE_STRING, 0, 0, 0},
29 {"subdelay", &sub_delay, CONF_TYPE_FLOAT, 0, 0.0, 10.0}, 29 {"subdelay", &sub_delay, CONF_TYPE_FLOAT, 0, 0.0, 10.0},
30 {"subfps", &sub_fps, CONF_TYPE_FLOAT, 0, 0.0, 10.0}, 30 {"subfps", &sub_fps, CONF_TYPE_FLOAT, 0, 0.0, 10.0},