Commit 071ef40d authored by lu_zero's avatar lu_zero

Remove unused variables

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14929 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8ebd600c
......@@ -163,8 +163,6 @@ float_to_int16_one_altivec(const float *src)
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment