Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 475d2d31 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "LVM Reverb module : Fix a crash" am: f40f36b3 am: 6870233d am: edccc567

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1533175

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iad237187027fea3e1dabb13a55fa07adfd953283
parents 60e5a256 edccc567
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ int main(int argc, const char* argv[]) {
    const int outChannelCount = (channelCount == 1 ? 2 : channelCount);

    std::vector<short> in(frameLength * maxChannelCount);
    std::vector<short> out(frameLength * maxChannelCount);
    std::vector<short> out(frameLength * outChannelCount);
    std::vector<float> floatIn(frameLength * channelCount);
    std::vector<float> floatOut(frameLength * outChannelCount);