key-fifo-size default changed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22150 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-02-05 17:53:10 +00:00
parent 0944709a29
commit 663e508188
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ several 'echo "seek 10" > mp_pipe' and the pipe will stay valid.
.
.TP
.B \-key-fifo-size <2\-65000>
Specify the size of the FIFO that buffers key events (default: 10).
Specify the size of the FIFO that buffers key events (default: 7).
A FIFO of size n can buffer (n-1) events.
If it is too small some events may be lost
(leading to "stuck mouse buttons" and similar effects).