[MPlayer-cvslog] r21216 - in trunk: libvo/sub.c mplayer.c stream/stream_dvdnav.c stream/stream_dvdnav.h

Nico Sabbi nicola_sabbi at fastwebnet.it
Sat Nov 25 14:50:15 CET 2006


ben wrote:

>Author: ben
>Date: Sat Nov 25 14:03:51 2006
>New Revision: 21216
>
>Modified:
>   trunk/libvo/sub.c
>   trunk/mplayer.c
>   trunk/stream/stream_dvdnav.c
>   trunk/stream/stream_dvdnav.h
>
>Log:
>better nav highlight handling
>  
>
indeed

> 
>-   if (dvd_nav_hl_on)
>+   mp_dvdnav_get_highlight (&hl);
>+   if (hl.sx != 0 && hl.sy != 0) /* highlighting on */
>  
>
&& hl.ex != 0 && hl.ey != 0

You could also move the highlight to priv, rather than keeping it 
file-static



More information about the MPlayer-cvslog mailing list