Remove redundant BitrateProber::OnIncomingPacket() call
The extra call doesn't appear to have any side effects, but should be removed nonetheless. Bug: None Change-Id: I45a98261828211b7bc7954acb779913249dc2b01 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158620 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29637}
This commit is contained in:
@ -233,8 +233,6 @@ TimeDelta PacingController::OldestPacketWaitTime() const {
|
||||
void PacingController::EnqueuePacketInternal(
|
||||
std::unique_ptr<RtpPacketToSend> packet,
|
||||
int priority) {
|
||||
prober_.OnIncomingPacket(packet->payload_size());
|
||||
|
||||
Timestamp now = CurrentTime();
|
||||
prober_.OnIncomingPacket(packet->payload_size());
|
||||
|
||||
|
Reference in New Issue
Block a user