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

Commit 6870233d authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge "LVM Reverb module : Fix a crash" am: f40f36b3

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia1ea9a23c88c6fd7d1b7fc9cda2b29ae3084d020
parents be670f47 f40f36b3
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);