Browse Source

Remove unused variables

Originally committed as revision 14929 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Luca Barbato 17 years ago
parent
commit
0a3650c9f0
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/ppc/float_altivec.c

+ 0
- 2
libavcodec/ppc/float_altivec.c View File

@@ -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…
Cancel
Save