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

Commit ceffbfea authored by Shunkai Yao's avatar Shunkai Yao Committed by Android (Google) Code Review
Browse files

Merge "Fix lvm process copy length"

parents cfafc133 d72a6868
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 */
            }

            /*