comparison cfg-mplayer.h @ 11282:119703388a95

_ ---> - in option names, approved by Alex.
author diego
date Mon, 27 Oct 2003 00:23:39 +0000
parents 30eccb0d1a64
children 85e503ddf65f
comparison
equal deleted inserted replaced
11281:47b69dcf384d 11282:119703388a95
228 {"sdla", "Use -ao sdl:driver instead of -ao sdl -sdla driver\n", 228 {"sdla", "Use -ao sdl:driver instead of -ao sdl -sdla driver\n",
229 CONF_TYPE_PRINT, 0, 0, 0, NULL}, 229 CONF_TYPE_PRINT, 0, 0, 0, NULL},
230 #endif 230 #endif
231 231
232 #if defined(HAVE_FBDEV)||defined(HAVE_VESA) 232 #if defined(HAVE_FBDEV)||defined(HAVE_VESA)
233 {"monitor_hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, 233 {"monitor-hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL},
234 {"monitor_vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, 234 {"monitor-vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL},
235 {"monitor_dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, 235 {"monitor-dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0, NULL},
236 #endif 236 #endif
237 237
238 #ifdef HAVE_FBDEV 238 #ifdef HAVE_FBDEV
239 {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL}, 239 {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
240 {"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0, NULL}, 240 {"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
287 #ifdef HAVE_X11 287 #ifdef HAVE_X11
288 // x11,xv,xmga,xvidix 288 // x11,xv,xmga,xvidix
289 {"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL}, 289 {"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL},
290 {"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0, NULL}, 290 {"rootwin", &WinID, CONF_TYPE_FLAG, 0, -1, 0, NULL},
291 {"icelayer", "Use -fstype layer:<number> instead. -icelayer was obsoleted\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 291 {"icelayer", "Use -fstype layer:<number> instead. -icelayer was obsoleted\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
292 {"stop_xscreensaver", &stop_xscreensaver, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 292 {"stop-xscreensaver", &stop_xscreensaver, CONF_TYPE_FLAG, 0, 0, 1, NULL},
293 {"nostop_xscreensaver", &stop_xscreensaver, CONF_TYPE_FLAG, 0, 1, 0, NULL}, 293 {"nostop-xscreensaver", &stop_xscreensaver, CONF_TYPE_FLAG, 0, 1, 0, NULL},
294 {"stop_xscreensaver", "Use -stop-xscreensaver instead, options with _ have been obsoleted.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
294 {"keepaspect", &vo_x11_keepaspect, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 295 {"keepaspect", &vo_x11_keepaspect, CONF_TYPE_FLAG, 0, 0, 1, NULL},
295 {"nokeepaspect", &vo_x11_keepaspect, CONF_TYPE_FLAG, 0, 1, 0, NULL}, 296 {"nokeepaspect", &vo_x11_keepaspect, CONF_TYPE_FLAG, 0, 1, 0, NULL},
296 {"fstype", &vo_fstype_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, 297 {"fstype", &vo_fstype_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
297 {"nomouseinput", &vo_nomouse_input, CONF_TYPE_FLAG,0,0,-1,NULL}, 298 {"nomouseinput", &vo_nomouse_input, CONF_TYPE_FLAG,0,0,-1,NULL},
298 #endif 299 #endif