summaryrefslogtreecommitdiffstats
path: root/mplayer.c
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 /mplayer.c
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 'mplayer.c')
-rw-r--r--mplayer.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 13889605d4..d317835b15 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -4696,6 +4696,15 @@ if(auto_quality>0){
} // end if(sh_video)
+#ifdef USE_DVDNAV
+ if (stream->type == STREAMTYPE_DVDNAV) {
+ extern int dvd_nav_hl_on;
+
+ if (dvd_nav_hl_on)
+ vo_osd_changed (OSDTYPE_DVDNAV);
+ }
+#endif
+
//============================ Handle PAUSE ===============================
current_module="pause";