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

Commit 055e38dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix lvm process copy length" am: 1414b048 am: db17d857

parents a0a7f9b1 db17d857
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 */
            }

            /*