comparison 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
comparison
equal deleted inserted replaced
5197:f0e3dcefb7af 5198:a528f6c891b5
45 #define MSGT_WIN32 15 // win32 dll stuff 45 #define MSGT_WIN32 15 // win32 dll stuff
46 #define MSGT_OPEN 16 // open.c (stream opening) 46 #define MSGT_OPEN 16 // open.c (stream opening)
47 #define MSGT_DVD 17 // open.c (DVD init/read/seek) 47 #define MSGT_DVD 17 // open.c (DVD init/read/seek)
48 48
49 #define MSGT_PARSEES 18 // parse_es.c (mpeg stream parser) 49 #define MSGT_PARSEES 18 // parse_es.c (mpeg stream parser)
50 #define MSGT_LIRC 19 // lirc_mp.c 50 #define MSGT_LIRC 19 // lirc_mp.c and input lirc driver
51 51
52 #define MSGT_STREAM 20 // stream.c 52 #define MSGT_STREAM 20 // stream.c
53 #define MSGT_CACHE 21 // cache2.c 53 #define MSGT_CACHE 21 // cache2.c
54 54
55 #define MSGT_MENCODER 22 55 #define MSGT_MENCODER 22
61 #define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now) 61 #define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now)
62 62
63 #define MSGT_SPUDEC 26 // spudec.c 63 #define MSGT_SPUDEC 26 // spudec.c
64 64
65 #define MSGT_PLAYTREE 27 // Playtree handeling (playtree.c, playtreeparser.c) 65 #define MSGT_PLAYTREE 27 // Playtree handeling (playtree.c, playtreeparser.c)
66
67 #define MSGT_INPUT 28
66 68
67 #define MSGT_MAX 64 69 #define MSGT_MAX 64
68 70
69 void mp_msg_init(int verbose); 71 void mp_msg_init(int verbose);
70 void mp_msg_c( int x, const char *format, ... ); 72 void mp_msg_c( int x, const char *format, ... );