[MPlayer-cvslog] CVS: main mplayer.c,1.883,1.884
Tobias Diedrich CVS
syncmail at mplayerhq.hu
Sun Nov 6 17:16:07 CET 2005
CVS change done by Tobias Diedrich CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv19829
Modified Files:
mplayer.c
Log Message:
10l: osd_show_dvd_nav_highlight is just a flag
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.883
retrieving revision 1.884
diff -u -r1.883 -r1.884
--- mplayer.c 6 Nov 2005 14:44:49 -0000 1.883
+++ mplayer.c 6 Nov 2005 16:16:04 -0000 1.884
@@ -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;
More information about the MPlayer-cvslog
mailing list