mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
Cosmetics: indentation
Originally committed as revision 13216 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c32985829a
commit
3ceac114ee
@ -140,8 +140,8 @@ static void add_wav(int n, int f, int m1, int m2, int m3, const short *s1,
|
|||||||
b = (ptr[1] * m2) >> (ptr2[1] + 1);
|
b = (ptr[1] * m2) >> (ptr2[1] + 1);
|
||||||
c = (ptr[2] * m3) >> (ptr2[2] + 1);
|
c = (ptr[2] * m3) >> (ptr2[2] + 1);
|
||||||
|
|
||||||
for (i=0; i < BLOCKSIZE; i++)
|
for (i=0; i < BLOCKSIZE; i++)
|
||||||
dest[i] = ((*(s1++)) * a + (*(s2++)) * b + (*(s3++)) * c) >> 12;
|
dest[i] = ((*(s1++)) * a + (*(s2++)) * b + (*(s3++)) * c) >> 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user