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

Commit edccc567 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id86325150292de90b0737fc410ee00cb73389002
parents ce9bfa26 6870233d
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);