From 799d3d4557e3655f9a373b6a7009790d3fa92e70 Mon Sep 17 00:00:00 2001 From: "Avi Halachmi (:avih)" Date: Thu, 23 Jul 2020 15:35:56 +0300 Subject: command: add internal INPUT_PROCESSED event Fires after a non-empty input queue was processed. Currently yet unused, but the next commit will use it. --- player/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index c47ed40f1d..b45e616497 100644 --- a/player/command.h +++ b/player/command.h @@ -102,6 +102,7 @@ enum { MP_EVENT_CHANGE_PLAYLIST, MP_EVENT_CORE_IDLE, MP_EVENT_DURATION_UPDATE, + MP_EVENT_INPUT_PROCESSED, }; bool mp_hook_test_completion(struct MPContext *mpctx, char *type); -- cgit v1.2.3