[FFmpeg-cvslog] swscale: ppc: Remove commented-out define cruft

Diego Biurrun git at videolan.org
Mon Jun 3 12:04:30 CEST 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu May 16 00:28:17 2013 +0200| [c011ceef78eae66039efc66d9551a7146e08838a] | committer: Diego Biurrun

swscale: ppc: Remove commented-out define cruft

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c011ceef78eae66039efc66d9551a7146e08838a
---

 libswscale/ppc/yuv2rgb_altivec.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libswscale/ppc/yuv2rgb_altivec.c b/libswscale/ppc/yuv2rgb_altivec.c
index df435fc..846a4dc 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,



More information about the ffmpeg-cvslog mailing list