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).
This commit is contained in:
wm4 2019-12-14 14:18:40 +01:00
parent 1f1d2d5f49
commit aab0116e7d
1 changed files with 1 additions and 2 deletions

View File

@ -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 (;;) {