summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/playloop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/player/playloop.c b/player/playloop.c
index ff049b56ca..e671d35ecd 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -103,8 +103,7 @@ void mp_core_unlock(struct MPContext *mpctx)
mp_dispatch_unlock(mpctx->dispatch);
}
-// Process any queued input, whether it's user input, or requests from client
-// API threads. This also resets the "wakeup" flag used with mp_wait_events().
+// Process any queued user input.
void mp_process_input(struct MPContext *mpctx)
{
for (;;) {