summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-01 12:22:39 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-01 12:22:39 +0000
commite6524e5b0958e8b798e160c6ae555f5495c5f5eb (patch)
tree9747e1f764d98601bb8f1c2bdf404e53762f63b3 /cfg-mplayer.h
parent153d3325cd34ae1d4c73ab73e63b4cd9aaace069 (diff)
downloadmpv-e6524e5b0958e8b798e160c6ae555f5495c5f5eb.tar.bz2
mpv-e6524e5b0958e8b798e160c6ae555f5495c5f5eb.tar.xz
use a configurable-size ringbuffer instead of a pipe for buffering key events.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14078 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 5eaa35a21c..7165df8d31 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -405,6 +405,7 @@ m_option_t mplayer_opts[]={
{"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},
{"use-stdin", "-use-stdin has been renamed to -noconsolecontrols, use that instead.", CONF_TYPE_PRINT, 0, 0, 0, NULL},
+ {"key-fifo-size", &key_fifo_size, CONF_TYPE_INT, CONF_RANGE, 2, 65000, NULL},
{"noconsolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"consolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL},