[MPlayer-cvslog] r26204 - trunk/libvo/vo_svga.c

Diego Biurrun diego at biurrun.de
Sun Mar 9 13:13:35 CET 2008


On Sun, Mar 09, 2008 at 11:34:05AM +0100, iive wrote:
> 
> Log:
> Handle vga_init() error and output error message.
> 
> --- trunk/libvo/vo_svga.c	(original)
> +++ trunk/libvo/vo_svga.c	Sun Mar  9 11:34:04 2008
> @@ -117,7 +117,7 @@ int i;
>  
>  static int preinit(const char *arg)
>  {
> -int i;
> +int i,rez;

rez is a bad variable name IMO, my first intuition was resolution, not
result.

Diego



More information about the MPlayer-cvslog mailing list