comparison 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
comparison
equal deleted inserted replaced
1972:78924572fddf 1973:5216f108cb4f
41 #define MSGT_SEEK 14 // seeking code 41 #define MSGT_SEEK 14 // seeking code
42 #define MSGT_WIN32 15 // win32 dll stuff 42 #define MSGT_WIN32 15 // win32 dll stuff
43 #define MSGT_OPEN 16 // open.c (stream opening) 43 #define MSGT_OPEN 16 // open.c (stream opening)
44 #define MSGT_DVD 17 // open.c (DVD init/read/seek) 44 #define MSGT_DVD 17 // open.c (DVD init/read/seek)
45 45
46 #define MSGT_PARSEES 18 // parse_es.c (mpeg stream parser)
47 #define MSGT_LIRC 19 // lirc_mp.c
48
49 #define MSGT_STREAM 20 // stream.c
50
46 #define MSGT_MAX 64 51 #define MSGT_MAX 64
47 52
48 void mp_msg_init(int verbose); 53 void mp_msg_init(int verbose);
49 void mp_msg_c( int x, const char *format, ... ); 54 void mp_msg_c( int x, const char *format, ... );
50 55