# HG changeset patch # User ranma # Date 1131293764 0 # Node ID ef03a74ca7af2c2140328fbd1c6c37d637ce2a8e # Parent c30e0970250c4a540fc7a1fcd040558996d1c82f 10l: osd_show_dvd_nav_highlight is just a flag diff -r c30e0970250c -r ef03a74ca7af mplayer.c --- a/mplayer.c Sun Nov 06 16:10:39 2005 +0000 +++ b/mplayer.c Sun Nov 06 16:16:04 2005 +0000 @@ -3763,7 +3763,7 @@ mp_msg(MSGT_FIXME, MSGL_FIXME, MSGTR_DvdnavEvent,dvd_nav_text); //osd_show_dvd_nav_delay = 60; - osd_show_dvd_nav_highlight=sh_video->fps/2; + osd_show_dvd_nav_highlight=1; /* this is just a flag */ osd_show_dvd_nav_sx=hevent->sx; osd_show_dvd_nav_ex=hevent->ex; osd_show_dvd_nav_sy=hevent->sy;