[Mplayer-cvslog] CVS: main/postproc swscale_altivec_template.c, 1.2, 1.3
Michael Niedermayer
michaelni at gmx.at
Fri Jun 4 19:50:47 CEST 2004
Hi
On Friday 04 June 2004 19:08, The Wanderer wrote:
> Michael Niedermayer CVS wrote:
> > #ifdef CONFIG_DARWIN
> > -static const vector signed int vzero =
> > - (vector signed int)(0, 0, 0, 0);
> > -static const vector unsigned int altivec_vectorShiftInt19 =
> > - (vector unsigned int)(19, 19, 19, 19);
> > +#define AVV(x...) (x)
> > #else
> > +#define AVV(x...) {x}
> > +#endif
> > +
>
> Is there any point to this #ifdef? It looks to me as if you're doing the
> same thing regardless of whether or not it's true...
do u see a difference between (x) and {x} ? if not u maybe should use a
different font
--
Michael
level[i]= get_vlc(); i+=get_vlc(); (violates patent EP0266049)
median(mv[y-1][x], mv[y][x-1], mv[y+1][x+1]); (violates patent #5,905,535)
buf[i]= qp - buf[i-1]; (violates patent #?)
for more examples, see http://mplayerhq.hu/~michael/patent.html
stop it, see http://petition.eurolinux.org & http://petition.ffii.org/eubsa/en
More information about the MPlayer-cvslog
mailing list