diff mplayer.c @ 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 ad7747bce52d
children c7b5dd2b2291
line wrap: on
line diff
--- a/mplayer.c	Sat Nov 25 09:53:28 2006 +0000
+++ b/mplayer.c	Sat Nov 25 11:20:02 2006 +0000
@@ -4696,6 +4696,15 @@
 
 } // 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";