Removing some old code which looked like it had to do with NACK handling but in reality did nothing.

BUG=webrtc:5762, webrtc:4690
R=stefan@webrtc.org
TBR=mflodman

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

Cr-Commit-Position: refs/heads/master@{#12682}
This commit is contained in:
Fredrik Solenberg
2016-05-11 13:05:05 +02:00
parent faa78dc38d
commit cd6ae6652f
11 changed files with 2 additions and 44 deletions

View File

@ -228,7 +228,6 @@ class SsrcHandlers {
return -1;
}
handler->rtp_module_->SetNACKStatus(kNackOff);
handler->rtp_header_parser_->RegisterRtpHeaderExtension(
kRtpExtensionTransmissionTimeOffset,
kDefaultTransmissionTimeOffsetExtensionId);