On Wed, May 11, 2011 at 10:04:25AM +0100, Måns Rullgård wrote:
> Diego Biurrun <[email protected]> writes:
> > --- a/tests/rotozoom.c
> > +++ b/tests/rotozoom.c
> > @@ -56,14 +56,14 @@ static int64_t int_sin(int64_t a)
> > -typedef unsigned char UINT8;
> >  
> > -static void rgb24_to_yuv420p(UINT8 *lum, UINT8 *cb, UINT8 *cr,
> > -                             UINT8 *src, int width, int height)
> > +static void rgb24_to_yuv420p(unsigned char *lum, unsigned char *cb,
> > +                             unsigned char *cr, unsigned char *src,
> > +                             int width, int height)
> >  {
> >      int wrap, wrap3, x, y;
> >      int r, g, b, r1, g1, b1;
> > -    UINT8 *p;
> > +    unsigned char *p;
> 
> Fantastic.

:-)

Whole series pushed...

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to