Browse Source

swscale: ppc: Remove commented-out define cruft

tags/n2.0
Diego Biurrun 12 years ago
parent
commit
c011ceef78
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libswscale/ppc/yuv2rgb_altivec.c

+ 0
- 2
libswscale/ppc/yuv2rgb_altivec.c View File

@@ -245,8 +245,6 @@ static const vector unsigned char
(vector unsigned short) \ (vector unsigned short) \
vec_max(y, ((vector signed short) { 0 }))) 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, static inline void cvtyuvtoRGB(SwsContext *c, vector signed short Y,
vector signed short U, vector signed short V, vector signed short U, vector signed short V,
vector signed short *R, vector signed short *G, vector signed short *R, vector signed short *G,


Loading…
Cancel
Save