Commit 8d2544bd authored by Vitor Sessak's avatar Vitor Sessak

Reindent after last commit

Originally committed as revision 17678 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9e27e0d4
......@@ -143,7 +143,7 @@ static void add_wav(int16_t *dest, int n, int skip_first, int *m,
dest[i] = (s1[i]*v[0] + s2[i]*v[1] + s3[i]*v[2]) >> 12;
} else {
for (i=0; i < BLOCKSIZE; i++)
dest[i] = (s2[i]*v[1] + s3[i]*v[2]) >> 12;
dest[i] = ( s2[i]*v[1] + s3[i]*v[2]) >> 12;
}
}
......
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