mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 09:57:34 +00:00
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:
parent
949b479e3c
commit
f6059439b9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user