Removed extended jitter report from RtcpSender.

This was never used (value always 0, when sent)

BUG=2450
R=asapersson@webrtc.org

Review URL: https://codereview.webrtc.org/1208843003 .

Cr-Commit-Position: refs/heads/master@{#9631}
This commit is contained in:
Erik Språng
2015-07-24 09:58:18 +02:00
parent 6718e97e73
commit a38233a586
9 changed files with 38 additions and 114 deletions

View File

@ -487,13 +487,6 @@ class RtpRtcp : public Module {
virtual void SetREMBData(uint32_t bitrate,
const std::vector<uint32_t>& ssrcs) = 0;
/*
* (IJ) Extended jitter report.
*/
virtual bool IJ() const = 0;
virtual void SetIJStatus(bool enable) = 0;
/*
* (TMMBR) Temporary Max Media Bit Rate
*/