comparison mp_msg.h @ 20629:e8885ec63928

Introduce MSGT_ASS, use it for all libass messages.
author eugeni
date Fri, 03 Nov 2006 18:15:33 +0000
parents bd821fd3e244
children efc774a1e5a4
comparison
equal deleted inserted replaced
20628:782c697bd4c2 20629:e8885ec63928
97 97
98 #define MSGT_IDENTIFY 41 // -identify output 98 #define MSGT_IDENTIFY 41 // -identify output
99 99
100 #define MSGT_RADIO 42 100 #define MSGT_RADIO 42
101 101
102 #define MSGT_ASS 43 // libass messages
103
102 #define MSGT_MAX 64 104 #define MSGT_MAX 64
103 105
104 void mp_msg_init(void); 106 void mp_msg_init(void);
105 int mp_msg_test(int mod, int lev); 107 int mp_msg_test(int mod, int lev);
106 108