Mercurial > mplayer.hg
changeset 16933:ef03a74ca7af
10l: osd_show_dvd_nav_highlight is just a flag
author | ranma |
---|---|
date | Sun, 06 Nov 2005 16:16:04 +0000 |
parents | c30e0970250c |
children | 0c5f661011f0 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;