projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2704bd1
)
Remove disabled debug code.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 10 Aug 2009 10:53:32 +0000
(10:53 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 10 Aug 2009 10:53:32 +0000
(10:53 +0000)
Originally committed as revision 29485 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/ppc/yuv2rgb_altivec.c
patch
|
blob
|
blame
|
history
diff --git
a/libswscale/ppc/yuv2rgb_altivec.c
b/libswscale/ppc/yuv2rgb_altivec.c
index
550afc4
..
37fbcb5
100644
(file)
--- 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;
}