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

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

Merge "update inputdelay if changed" am: 4a3734db

parents de4cadb1 4a3734db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1997,6 +1997,7 @@ bool CCodecBufferChannel::handleWork(
            newInputDelay.value_or(input->inputDelay) +
            newPipelineDelay.value_or(input->pipelineDelay) +
            kSmoothnessFactor;
        input->inputDelay = newInputDelay.value_or(input->inputDelay);
        if (input->buffers->isArrayMode()) {
            if (input->numSlots >= newNumSlots) {
                input->numExtraSlots = 0;