Loading media/codec2/sfplugin/CCodecBufferChannel.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -1989,6 +1989,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; Loading Loading
media/codec2/sfplugin/CCodecBufferChannel.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -1989,6 +1989,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; Loading