[MPlayer-cvslog] r26204 - trunk/libvo/vo_svga.c
Ivan Kalvachev
ikalvachev at gmail.com
Sun Mar 9 13:40:49 CET 2008
On Sun, Mar 9, 2008 at 2:13 PM, Diego Biurrun <diego at biurrun.de> wrote:
> 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.
I accept coding advices only from people who can code.
Next time you probably would tell me to use name "iteration" instead of "i".
More information about the MPlayer-cvslog
mailing list