summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 91b6b86449..b7c5f9afcb 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -108,6 +108,8 @@ extern int verbose;
#define MSGT_STATUSLINE 45 // playback/encoding status line
+#define MSGT_TELETEXT 46 // Teletext decoder
+
#define MSGT_MAX 64
void mp_msg_init(void);