diff mp_msg.h @ 29760:1cc8a20520e8

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
author cehoyos
date Thu, 29 Oct 2009 22:39:00 +0000
parents 128f089724d3
children c1a3f1bbba26
line wrap: on
line diff
--- a/mp_msg.h	Thu Oct 29 22:13:04 2009 +0000
+++ b/mp_msg.h	Thu Oct 29 22:39:00 2009 +0000
@@ -104,6 +104,8 @@
 
 #define MSGT_STATUSLINE 45 // playback/encoding status line
 
+#define MSGT_TELETEXT 46       // Teletext decoder
+
 #define MSGT_MAX 64
 
 void mp_msg_init(void);