changeset 29443:c812ae703e3d

Remove disabled debug code.
author diego
date Mon, 10 Aug 2009 10:53:32 +0000
parents 89e415f4071f
children 298ee5238e8c
files libswscale/ppc/yuv2rgb_altivec.c
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/ppc/yuv2rgb_altivec.c	Sun Aug 09 15:34:57 2009 +0000
+++ b/libswscale/ppc/yuv2rgb_altivec.c	Mon Aug 10 10:53:32 2009 +0000
@@ -772,15 +772,6 @@
     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;
 }