From: Diego Biurrun Date: Wed, 15 May 2013 22:28:17 +0000 (+0200) Subject: swscale: ppc: Remove commented-out define cruft X-Git-Tag: n2.0~26^2~180 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/c011ceef78eae66039efc66d9551a7146e08838a swscale: ppc: Remove commented-out define cruft --- diff --git a/libswscale/ppc/yuv2rgb_altivec.c b/libswscale/ppc/yuv2rgb_altivec.c index df435fc198..846a4dcfa2 100644 --- a/libswscale/ppc/yuv2rgb_altivec.c +++ b/libswscale/ppc/yuv2rgb_altivec.c @@ -245,8 +245,6 @@ static const vector unsigned char (vector unsigned short) \ vec_max(y, ((vector signed short) { 0 }))) -//#define out_pixels(a, b, c, ptr) vec_mstrgb32(__typeof__(a), ((__typeof__(a)) { 255 }), a, a, a, ptr) - static inline void cvtyuvtoRGB(SwsContext *c, vector signed short Y, vector signed short U, vector signed short V, vector signed short *R, vector signed short *G,