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

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

Merge "update inputdelay if changed" am: 4a3734db am: bfd43a0e

parents fa888e36 bfd43a0e
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;