comparison libvo/sub.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 31e465fda59c
children ee65527096c2
comparison
equal deleted inserted replaced
6109:d43d06d9d658 6110:7bea806b9c5f
8 8
9 #define OSDTYPE_OSD 1 9 #define OSDTYPE_OSD 1
10 #define OSDTYPE_SUBTITLE 2 10 #define OSDTYPE_SUBTITLE 2
11 #define OSDTYPE_PROGBAR 3 11 #define OSDTYPE_PROGBAR 3
12 #define OSDTYPE_SPU 4 12 #define OSDTYPE_SPU 4
13 #define OSDTYPE_VOBSUB 5
14 13
15 #define OSDFLAG_VISIBLE 1 14 #define OSDFLAG_VISIBLE 1
16 #define OSDFLAG_CHANGED 2 15 #define OSDFLAG_CHANGED 2
17 #define OSDFLAG_BBOX 4 16 #define OSDFLAG_BBOX 4
18 #define OSDFLAG_OLD_BBOX 8 17 #define OSDFLAG_OLD_BBOX 8