comparison libvo/sub.h @ 21193:a067e7e18b50

support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
author ben
date Sat, 25 Nov 2006 11:20:02 +0000
parents 880b99e9a891
children 8258747951d7
comparison
equal deleted inserted replaced
21192:1bcff3db7a7c 21193:a067e7e18b50
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_DVDNAV 5
13 14
14 #define OSDFLAG_VISIBLE 1 15 #define OSDFLAG_VISIBLE 1
15 #define OSDFLAG_CHANGED 2 16 #define OSDFLAG_CHANGED 2
16 #define OSDFLAG_BBOX 4 17 #define OSDFLAG_BBOX 4
17 #define OSDFLAG_OLD_BBOX 8 18 #define OSDFLAG_OLD_BBOX 8