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

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

Merge "update inputdelay if changed" am: 4a3734db am: bfd43a0e am: d297b5e6 am: 5828ec4d

parents 53633dd6 5828ec4d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2000,6 +2000,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;