summaryrefslogtreecommitdiffstats
path: root/player/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.h')
-rw-r--r--player/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/player/command.h b/player/command.h
index 846067b3bf..c9a07ff733 100644
--- a/player/command.h
+++ b/player/command.h
@@ -39,4 +39,7 @@ int mp_find_property_index(const char *property);
void mp_notify(struct MPContext *mpctx, int event, void *arg);
void mp_notify_property(struct MPContext *mpctx, const char *property);
+#define INTERNAL_EVENT_BASE 24
+#define MP_EVENT_CACHE_UPDATE (INTERNAL_EVENT_BASE + 0)
+
#endif /* MPLAYER_COMMAND_H */