Index: webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h |
diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h |
index 4fe10c8a30ddb0368c210b416fd8aef6efa0a37e..a961840147aeadb1d947161cd8c75b0c45cb675e 100644 |
--- a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h |
+++ b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h |
@@ -487,13 +487,6 @@ class RtpRtcp : public Module { |
const std::vector<uint32_t>& ssrcs) = 0; |
/* |
- * (IJ) Extended jitter report. |
- */ |
- virtual bool IJ() const = 0; |
- |
- virtual void SetIJStatus(bool enable) = 0; |
- |
åsapersson
2015/07/22 05:58:27
Also update mock_rtp_rtcp.h.
sprang_webrtc
2015/07/23 13:50:40
Done.
|
- /* |
* (TMMBR) Temporary Max Media Bit Rate |
*/ |
virtual bool TMMBR() const = 0; |