[MPlayer-cvslog] CVS: main mplayer.c,1.882,1.883

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Nov 6 17:05:03 CET 2005


Hi,
On Sun, Nov 06, 2005 at 03:44:52PM +0100, Tobias Diedrich CVS wrote:
> CVS change done by Tobias Diedrich CVS
> 
> Update of /cvsroot/mplayer/main
> In directory mail:/var2/tmp/cvs-serv19930
> 
> Modified Files:
> 	mplayer.c 
> Log Message:
> Number of frames to show the OSD shouldn't be hardcoded, derive from fps instead

Thanks, I wanted to propose such a change long ago.

> @@ -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=1;
> +                osd_show_dvd_nav_highlight=sh_video->fps/2;

Are you sure? I think this was supposed to be a flag, not a time
constant?

Greetings,
Reimar Döffinger




More information about the MPlayer-cvslog mailing list