[MPlayer-dev-eng] [PATCH] mp_msg cleanup

Diego Biurrun diego at biurrun.de
Wed Sep 28 22:28:36 CEST 2005


On Wed, Sep 28, 2005 at 08:20:41PM +0300, Oded Shimon wrote:
>  
> -	int c=v_colors[(x & 255)];
> -        int c2=((x>>8)+1)%15+1;
> +	int c=v_colors[lev];
> +        int c2=(mod+1)%15+1;

Heh, you might as well fix indentation here while you're at it...

Diego




More information about the MPlayer-dev-eng mailing list