diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-05 17:53:10 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-05 17:53:10 +0000 |
commit | 663e5081885569fb5111f9037445c1d78d8ade90 (patch) | |
tree | c14454ba0125867dd32ba680831e56ba268a4dcc /DOCS | |
parent | 0944709a29b02ffaa8e83140dbd0388d5e152f8f (diff) |
key-fifo-size default changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22150 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 764c585b04..839a47c5f6 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -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). |