mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Remove unused variables
Originally committed as revision 14929 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e1f27dc22b
commit
0a3650c9f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user