summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-29 22:39:00 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-10-29 22:39:00 +0000
commit9df11ee8bf234aebcea76ef8c919fb68229c7308 (patch)
tree66b8d43f09259e86ecd09e8b53edfd717943d4de /mp_msg.h
parenta9474b0b39b999ef17163bec9337a96a72ddb458 (diff)
downloadmpv-9df11ee8bf234aebcea76ef8c919fb68229c7308.tar.bz2
mpv-9df11ee8bf234aebcea76ef8c919fb68229c7308.tar.xz
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
in comments. Based on a patch by Francesco Lavra, francescolavra interfree it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29802 b3059339-0415-0410-9bf9-f77b7e298cf2
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 0f2776f922..3fdd851b16 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -104,6 +104,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);