From aab0116e7dbfce6fd93f5e6a143aca97c8ef60e6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 14 Dec 2019 14:18:40 +0100 Subject: player: fix an outdated comment The client API doesn't use input_ctx anymore, and the "wakeup" flag is gone (if it even existed at all). --- player/playloop.c | 3 +-- 1 file changed, 1 insertion(+), 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 (;;) { -- cgit v1.2.3