From f6059439b9ed7723a8bb3a79efca9954b5c5265e Mon Sep 17 00:00:00 2001 From: ranma Date: Sun, 6 Nov 2005 16:16:04 +0000 Subject: [PATCH] 10l: osd_show_dvd_nav_highlight is just a flag git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16934 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index f5b61ef68f..6f71845f2c 100644 --- a/mplayer.c +++ b/mplayer.c @@ -3763,7 +3763,7 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still) 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;