diff mp_msg.h @ 5198:a528f6c891b5

A bug fix in the auto-repeat stuff + moved all printf to mp_msg
author albeu
date Tue, 19 Mar 2002 13:30:16 +0000
parents 870ba1ffdbf9
children 4afbe13150e6
line wrap: on
line diff
--- a/mp_msg.h	Tue Mar 19 13:29:28 2002 +0000
+++ b/mp_msg.h	Tue Mar 19 13:30:16 2002 +0000
@@ -47,7 +47,7 @@
 #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_LIRC 19	// lirc_mp.c and input lirc driver
 
 #define MSGT_STREAM 20  // stream.c
 #define MSGT_CACHE 21 	// cache2.c
@@ -64,6 +64,8 @@
 
 #define MSGT_PLAYTREE 27    // Playtree handeling (playtree.c, playtreeparser.c)
 
+#define MSGT_INPUT 28
+
 #define MSGT_MAX 64
 
 void mp_msg_init(int verbose);