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

Commit 5828ec4d 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

parents 52921c5b d297b5e6
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;