summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-10 10:53:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-08-10 10:53:32 +0000
commit180b6a88e4913c325de616d1568c31209484bc62 (patch)
treeb0c093acb3a0533f304246d3c5b2daabc79d82f0 /libswscale
parent80c0fb98ba13facfb9a1234981921be51ba8e1f5 (diff)
downloadmpv-180b6a88e4913c325de616d1568c31209484bc62.tar.bz2
mpv-180b6a88e4913c325de616d1568c31209484bc62.tar.xz
Remove disabled debug code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29485 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/ppc/yuv2rgb_altivec.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libswscale/ppc/yuv2rgb_altivec.c b/libswscale/ppc/yuv2rgb_altivec.c
index 550afc4023..37fbcb5dd5 100644
--- a/libswscale/ppc/yuv2rgb_altivec.c
+++ b/libswscale/ppc/yuv2rgb_altivec.c
@@ -772,15 +772,6 @@ void ff_yuv2rgb_init_tables_altivec(SwsContext *c, const int inv_table[4], int b
c->CBU = vec_splat ((vector signed short)buf.vec, 3);
c->CGU = vec_splat ((vector signed short)buf.vec, 4);
c->CGV = vec_splat ((vector signed short)buf.vec, 5);
-#if 0
- {
- int i;
- char *v[6]={"cy","oy","crv","cbu","cgu","cgv"};
- for (i=0; i<6; i++)
- printf("%s %d ", v[i],buf.tmp[i] );
- printf("\n");
- }
-#endif
return;
}