Mercurial > libavcodec.hg
changeset 7676:d1ec9f6c0be1 libavcodec
Remove unused variables
author | lu_zero |
---|---|
date | Sat, 23 Aug 2008 21:10:38 +0000 |
parents | ad4bf45b9b63 |
children | 3db125934e60 |
files | ppc/float_altivec.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ppc/float_altivec.c Sat Aug 23 21:09:46 2008 +0000 +++ b/ppc/float_altivec.c Sat Aug 23 21:10:38 2008 +0000 @@ -163,8 +163,6 @@ void float_to_int16_altivec(int16_t *dst, const float *src, int len) { int i; - vector float s0, s1; - vector signed int t0, t1; vector signed short d0, d1, d; vector unsigned char align; if(((long)dst)&15) //FIXME