comparison mp_msg.h @ 6110:7bea806b9c5f

Improvment for spu subtitles. Removed the integreted spudec in vobsub. Various cleanup/bugfix in vobsub (no more auto palette when a true one is here) HW spu rendering moved in spudec because we first need to reassable the packet before sending them to the hw. Spudec is now created only if nedded.
author albeu
date Fri, 17 May 2002 23:47:27 +0000
parents d0f040d8f53c
children 74115095d9fe
comparison
equal deleted inserted replaced
6109:d43d06d9d658 6110:7bea806b9c5f
76 76
77 #define MSGT_CODECCFG 33 77 #define MSGT_CODECCFG 33
78 78
79 #define MSGT_SWS 34 79 #define MSGT_SWS 34
80 80
81 #define MSGT_VOBSUB 35
82
81 #define MSGT_MAX 64 83 #define MSGT_MAX 64
82 84
83 void mp_msg_init(); 85 void mp_msg_init();
84 void mp_msg_set_level(int verbose); 86 void mp_msg_set_level(int verbose);
85 87