summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-06 16:16:04 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-06 16:16:04 +0000
commitf6059439b9ed7723a8bb3a79efca9954b5c5265e (patch)
tree99e7522ba0f30b866707372c614b0e0a1e94db54 /mplayer.c
parent949b479e3ca569651443d8c80bf02cf773e85c43 (diff)
downloadmpv-f6059439b9ed7723a8bb3a79efca9954b5c5265e.tar.bz2
mpv-f6059439b9ed7723a8bb3a79efca9954b5c5265e.tar.xz
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
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
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;