Delete unused method VideoCodingModule::DiscardedPackets().

This method isn't called and the value it represents, is made available
via the stats APIs.

BUG=none

Review-Url: https://codereview.webrtc.org/2760613002
Cr-Commit-Position: refs/heads/master@{#17287}
This commit is contained in:
tommi
2017-03-17 05:48:24 -07:00
committed by Commit bot
parent b1db3702f7
commit 05e908b10b
6 changed files with 0 additions and 20 deletions

View File

@ -239,10 +239,6 @@ void VCMReceiver::ReceiveStatistics(uint32_t* bitrate, uint32_t* framerate) {
jitter_buffer_.IncomingRateStatistics(framerate, bitrate);
}
uint32_t VCMReceiver::DiscardedPackets() const {
return jitter_buffer_.num_discarded_packets();
}
void VCMReceiver::SetNackMode(VCMNackMode nackMode,
int64_t low_rtt_nack_threshold_ms,
int64_t high_rtt_nack_threshold_ms) {