| Index: Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| diff --git a/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| index 761c613e005513ac2490f4bed0a2a4687c149eaa..05af6f448aaf570f61296e4c3f7a41b13efc2f58 100644
|
| --- a/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| +++ b/Source/core/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
|
| @@ -157,7 +157,7 @@ void FFTFrame::multiply(const FFTFrame& frame)
|
| float real0 = realP1[0];
|
| float imag0 = imagP1[0];
|
|
|
| - VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize);
|
| + VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize);
|
|
|
| // Multiply the packed DC/nyquist component
|
| realP1[0] = real0 * realP2[0];
|
|
|