Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: webrtc/voice_engine/voe_base_impl.cc

Issue 2667423004: Remove the unused and untested functions from VoERTP_RTCP. (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/voice_engine/include/voe_rtp_rtcp.h ('k') | webrtc/voice_engine/voe_rtp_rtcp_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/voe_base_impl.cc
diff --git a/webrtc/voice_engine/voe_base_impl.cc b/webrtc/voice_engine/voe_base_impl.cc
index 6432e502ad0fec6501974e6a2b4a0c0b173789d1..5a037bf8ca9fa395756f8ab4632996572cd9757b 100644
--- a/webrtc/voice_engine/voe_base_impl.cc
+++ b/webrtc/voice_engine/voe_base_impl.cc
@@ -436,7 +436,6 @@ int VoEBaseImpl::StartReceive(int channel) {
"StartReceive() failed to locate channel");
return -1;
}
- channelPtr->ResetDiscardedPacketCount();
return 0;
}
« no previous file with comments | « webrtc/voice_engine/include/voe_rtp_rtcp.h ('k') | webrtc/voice_engine/voe_rtp_rtcp_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698