diff mp_msg.h @ 1973:5216f108cb4f

all error/warn/info messages moved to help_mp-en.h for translation
author arpi
date Wed, 26 Sep 2001 21:35:14 +0000
parents 9d405908f878
children 8f57dbda6459
line wrap: on
line diff
--- a/mp_msg.h	Wed Sep 26 18:51:55 2001 +0000
+++ b/mp_msg.h	Wed Sep 26 21:35:14 2001 +0000
@@ -43,6 +43,11 @@
 #define MSGT_OPEN 16	// open.c (stream opening)
 #define MSGT_DVD 17	// open.c (DVD init/read/seek)
 
+#define MSGT_PARSEES 18	// parse_es.c (mpeg stream parser)
+#define MSGT_LIRC 19	// lirc_mp.c
+
+#define MSGT_STREAM 20  // stream.c
+
 #define MSGT_MAX 64
 
 void mp_msg_init(int verbose);