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

Commit 1414b048 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix lvm process copy length"

parents c97cab19 4b7e3963
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ LVM_ReturnStatus_en LVM_Process(LVM_Handle_t hInstance, const LVM_FLOAT* pInData
            if (pToProcess != pProcessed) {
                Copy_Float(pToProcess,   /* Source */
                           pProcessed,   /* Destination */
                           (LVM_INT16)(NrChannels * NrFrames)); /* Copy all samples */
                           SampleCount); /* Copy all samples */
            }

            /*