[Mplayer-cvslog] CVS: main mp_msg.h,1.14,1.15
Alban Bedel CVS
albeu at mplayer.dev.hu
Tue Mar 19 14:30:18 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv17672
Modified Files:
mp_msg.h
Log Message:
A bug fix in the auto-repeat stuff + moved all printf to mp_msg
Index: mp_msg.h
===================================================================
RCS file: /cvsroot/mplayer/main/mp_msg.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mp_msg.h 15 Mar 2002 21:07:48 -0000 1.14
+++ mp_msg.h 19 Mar 2002 13:30:16 -0000 1.15
@@ -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
@@ -63,6 +63,8 @@
#define MSGT_SPUDEC 26 // spudec.c
#define MSGT_PLAYTREE 27 // Playtree handeling (playtree.c, playtreeparser.c)
+
+#define MSGT_INPUT 28
#define MSGT_MAX 64
More information about the MPlayer-cvslog
mailing list