summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
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";