summaryrefslogtreecommitdiffstats
path: root/player/command.h
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2020-07-23 15:35:56 +0300
committeravih <avih@users.noreply.github.com>2020-11-16 20:29:58 +0200
commit799d3d4557e3655f9a373b6a7009790d3fa92e70 (patch)
tree7a7418e62c1d855e53cf8479622da5884df0e60d /player/command.h
parent26fc70dbfdb11844497f34e2d96ecd6a011cd6bc (diff)
downloadmpv-799d3d4557e3655f9a373b6a7009790d3fa92e70.tar.bz2
mpv-799d3d4557e3655f9a373b6a7009790d3fa92e70.tar.xz
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.
Diffstat (limited to 'player/command.h')
-rw-r--r--player/command.h1
1 files changed, 1 insertions, 0 deletions
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);