comparison mp_msg.h @ 2620:e2f600293621

MSGT_MENCODER added
author arpi
date Fri, 02 Nov 2001 01:35:27 +0000
parents 8f57dbda6459
children 8dfe10c9f15d
comparison
equal deleted inserted replaced
2619:b66f42e9ec2d 2620:e2f600293621
47 #define MSGT_LIRC 19 // lirc_mp.c 47 #define MSGT_LIRC 19 // lirc_mp.c
48 48
49 #define MSGT_STREAM 20 // stream.c 49 #define MSGT_STREAM 20 // stream.c
50 #define MSGT_CACHE 21 // cache2.c 50 #define MSGT_CACHE 21 // cache2.c
51 51
52 #define MSGT_MENCODER 22
53
52 #define MSGT_MAX 64 54 #define MSGT_MAX 64
53 55
54 void mp_msg_init(int verbose); 56 void mp_msg_init(int verbose);
55 void mp_msg_c( int x, const char *format, ... ); 57 void mp_msg_c( int x, const char *format, ... );
56 58