Chromium Code Reviews

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h

Issue 1208843003: Removed extended jitter report from RtcpSender (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed extended jitter support for outgoing Rtcp Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
index 96eee96c0f6fe4bf29bbb2a53b29796271c638cf..1369c0159d444ef8a0adecaac144056c40b62896 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
@@ -187,11 +187,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
void SetREMBData(uint32_t bitrate,
const std::vector<uint32_t>& ssrcs) override;
- // (IJ) Extended jitter report.
- bool IJ() const override;
-
- void SetIJStatus(bool enable) override;
-
// (TMMBR) Temporary Max Media Bit Rate.
bool TMMBR() const override;

Powered by Google App Engine