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

@ -131,7 +131,8 @@ protected:
RTCPHelp::RTCPPacketInformation& rtcpPacketInformation,
uint32_t remoteSSRC);
void HandleSDES(RTCPUtility::RTCPParserV2& rtcpParser);
void HandleSDES(RTCPUtility::RTCPParserV2& rtcpParser,
RTCPHelp::RTCPPacketInformation& rtcpPacketInformation);
void HandleSDESChunk(RTCPUtility::RTCPParserV2& rtcpParser);