diff 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
line wrap: on
line diff
--- a/mp_msg.h	Fri May 17 20:55:16 2002 +0000
+++ b/mp_msg.h	Fri May 17 23:47:27 2002 +0000
@@ -78,6 +78,8 @@
 
 #define MSGT_SWS 34
 
+#define MSGT_VOBSUB 35
+
 #define MSGT_MAX 64
 
 void mp_msg_init();