summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 11:20:02 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 11:20:02 +0000
commitc913e7dba1452be730c8ba8368a0515594d3f27a (patch)
tree91a19568c2a73273786c66adb108005d66b7b3bc /libvo/sub.h
parentfce8c944ed5434a5f99310b5c73d49815bb1da9b (diff)
downloadmpv-c913e7dba1452be730c8ba8368a0515594d3f27a.tar.bz2
mpv-c913e7dba1452be730c8ba8368a0515594d3f27a.tar.xz
support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21209 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 62d3473bf6..d9e295b6f8 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -10,6 +10,7 @@ typedef struct mp_osd_bbox_s {
#define OSDTYPE_SUBTITLE 2
#define OSDTYPE_PROGBAR 3
#define OSDTYPE_SPU 4
+#define OSDTYPE_DVDNAV 5
#define OSDFLAG_VISIBLE 1
#define OSDFLAG_CHANGED 2