Remove faulty DCHECK in rtcp::TransportFeedback::ParseFrom
BUG=chromium:632585 R=sprang@webrtc.org Review URL: https://codereview.webrtc.org/2196563003 . Cr-Commit-Position: refs/heads/master@{#13622}
This commit is contained in:
parent
4f6cd6ac59
commit
837a1707ae
@ -744,7 +744,6 @@ std::unique_ptr<TransportFeedback> TransportFeedback::ParseFrom(
|
||||
}
|
||||
}
|
||||
|
||||
RTC_DCHECK_GE(index, end_index - 3);
|
||||
RTC_DCHECK_LE(index, end_index);
|
||||
|
||||
return packet;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user