[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.814,1.815

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Dec 1 13:22:41 CET 2004


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv8485/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
use a configurable-size ringbuffer instead of a pipe for buffering key events.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.814
retrieving revision 1.815
diff -u -r1.814 -r1.815
--- mplayer.1	1 Dec 2004 12:07:14 -0000	1.814
+++ mplayer.1	1 Dec 2004 12:22:39 -0000	1.815
@@ -566,6 +566,17 @@
 .PD 1
 .
 .TP
+.B \-key-fifo-size <2\-65000>
+Specify the size of the FIFO that buffers key events (default: 10).
+A FIFO of size n can buffer (n - 1) events.
+If it is too small some events may be lost (leading to e.g. "stuck mouse
+button").
+If it is too big, MPlayer may seem to hang while it processes the buffered
+events.
+To get the same behaviour as before this option was introduced, set it to
+2 for linux or 1024 for windows.
+.
+.TP
 .B \-lircconf <filename> (LIRC only)
 Specifies a configuration file for LIRC (default: ~/\:.lircrc).
 .




More information about the MPlayer-DOCS mailing list