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
This commit is contained in:
ranma 2005-11-06 16:16:04 +00:00
parent 949b479e3c
commit f6059439b9
1 changed files with 1 additions and 1 deletions

View File

@ -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;