comparison cfg-mplayer.h @ 14077:3d3f3cc8494a

use a configurable-size ringbuffer instead of a pipe for buffering key events.
author reimar
date Wed, 01 Dec 2004 12:22:39 +0000
parents e7952552efea
children f8670fdf6ab1
comparison
equal deleted inserted replaced
14076:8807085a6edf 14077:3d3f3cc8494a
403 {"rtc-device", &rtc_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, 403 {"rtc-device", &rtc_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
404 #endif 404 #endif
405 405
406 {"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL}, 406 {"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},
407 {"use-stdin", "-use-stdin has been renamed to -noconsolecontrols, use that instead.", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 407 {"use-stdin", "-use-stdin has been renamed to -noconsolecontrols, use that instead.", CONF_TYPE_PRINT, 0, 0, 0, NULL},
408 {"key-fifo-size", &key_fifo_size, CONF_TYPE_INT, CONF_RANGE, 2, 65000, NULL},
408 {"noconsolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, 409 {"noconsolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
409 {"consolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL}, 410 {"consolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL},
410 411
411 #define MAIN_CONF 412 #define MAIN_CONF
412 #include "cfg-common.h" 413 #include "cfg-common.h"