summaryrefslogtreecommitdiffstats
path: root/common/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/msg.h')
-rw-r--r--common/msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/msg.h b/common/msg.h
index 386151a768..d56ce13976 100644
--- a/common/msg.h
+++ b/common/msg.h
@@ -42,6 +42,8 @@ enum {
MSGL_DEBUG, // -v -v
MSGL_TRACE, // -v -v -v
MSGL_SMODE, // old slave mode (-identify)
+
+ MSGL_MAX = MSGL_SMODE,
};
struct mp_log *mp_log_new(void *talloc_ctx, struct mp_log *parent,