Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-05-16 02:28:17 +0400
committerDiego Biurrun <diego@biurrun.de>2013-06-02 20:11:59 +0400
commitc011ceef78eae66039efc66d9551a7146e08838a (patch)
treed18de63d855cf6cad330c56ca1d6cd2f85a95da1 /libswscale/ppc/yuv2rgb_altivec.c
parent9f84ed8cc3ed03213861b653100a85dc39b7f305 (diff)
swscale: ppc: Remove commented-out define cruft
Diffstat (limited to 'libswscale/ppc/yuv2rgb_altivec.c')
-rw-r--r--libswscale/ppc/yuv2rgb_altivec.c2
1 files changed, 0 insertions, 2 deletions
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,