[MPlayer-cvslog] r37719 - trunk/input/input.c

reimar subversion at mplayerhq.hu
Sat Feb 13 23:21:21 CET 2016


Author: reimar
Date: Sat Feb 13 23:21:21 2016
New Revision: 37719

Log:
Fix spelling, add a TODO.

Modified:
   trunk/input/input.c

Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c	Sat Feb 13 22:05:42 2016	(r37718)
+++ trunk/input/input.c	Sat Feb 13 23:21:21 2016	(r37719)
@@ -68,7 +68,7 @@
 /// the last one) which is actually 9.
 
 /// For the args, the first field is the type (actually int, float or string), the second
-/// is the default value wich is used for optional arguments
+/// is the default value which is used for optional arguments
 
 static const mp_cmd_t mp_cmds[] = {
 #ifdef CONFIG_RADIO
@@ -1295,6 +1295,8 @@ static mp_cmd_t *read_events(int time, i
 #endif
 
 	if (key_fds[i].no_readfunc_retval) {   // getch2 handler special-cased for now
+	    // TODO: this is quite broken, using e.g. -cache -dumpaudio
+	    // with < /dev/null results in 100% CPU usage.
 	    ((void (*)(void))key_fds[i].read_func)();
 	    if (cmd_queue_length)
 		return NULL;


More information about the MPlayer-cvslog mailing list