From 9df11ee8bf234aebcea76ef8c919fb68229c7308 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 29 Oct 2009 22:39:00 +0000 Subject: 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 --- mp_msg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mp_msg.h') 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); -- cgit v1.2.3