Commit 0a3650c9 authored by Luca Barbato's avatar Luca Barbato

Remove unused variables

Originally committed as revision 14929 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e1f27dc2
...@@ -163,8 +163,6 @@ float_to_int16_one_altivec(const float *src) ...@@ -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) void float_to_int16_altivec(int16_t *dst, const float *src, int len)
{ {
int i; int i;
vector float s0, s1;
vector signed int t0, t1;
vector signed short d0, d1, d; vector signed short d0, d1, d;
vector unsigned char align; vector unsigned char align;
if(((long)dst)&15) //FIXME 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