summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-19 13:30:16 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-19 13:30:16 +0000
commitee8f3bc33ddea3c535fc7d62b0ab7a7430fefba4 (patch)
tree68ee2ad6b8a2d096f271e56eee4095669de80724 /mp_msg.h
parent1e02223de43c28ef9a3230454dfdd0fe8731d37e (diff)
downloadmpv-ee8f3bc33ddea3c535fc7d62b0ab7a7430fefba4.tar.bz2
mpv-ee8f3bc33ddea3c535fc7d62b0ab7a7430fefba4.tar.xz
A bug fix in the auto-repeat stuff + moved all printf to mp_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5199 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mp_msg.h b/mp_msg.h
index dad9f83345..0cb06b3d62 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -47,7 +47,7 @@ extern int verbose; // defined in mplayer.c
#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 @@ extern int verbose; // defined in mplayer.c
#define MSGT_PLAYTREE 27 // Playtree handeling (playtree.c, playtreeparser.c)
+#define MSGT_INPUT 28
+
#define MSGT_MAX 64
void mp_msg_init(int verbose);