[FFmpeg-cvslog] r29485 - trunk/libswscale/ppc/yuv2rgb_altivec.c
diego
subversion
Mon Aug 10 12:53:32 CEST 2009
Author: diego
Date: Mon Aug 10 12:53:32 2009
New Revision: 29485
Log:
Remove disabled debug code.
Modified:
trunk/libswscale/ppc/yuv2rgb_altivec.c
Modified: trunk/libswscale/ppc/yuv2rgb_altivec.c
==============================================================================
--- trunk/libswscale/ppc/yuv2rgb_altivec.c Sun Aug 9 17:34:57 2009 (r29484)
+++ trunk/libswscale/ppc/yuv2rgb_altivec.c Mon Aug 10 12:53:32 2009 (r29485)
@@ -772,15 +772,6 @@ void ff_yuv2rgb_init_tables_altivec(SwsC
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;
}
More information about the ffmpeg-cvslog
mailing list