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:
@ -75,12 +75,6 @@ class RtpReceiver {
|
||||
PayloadUnion payload_specific,
|
||||
bool in_order) = 0;
|
||||
|
||||
// Returns the currently configured NACK method.
|
||||
virtual NACKMethod NACK() const = 0;
|
||||
|
||||
// Turn negative acknowledgement (NACK) requests on/off.
|
||||
virtual void SetNACKStatus(const NACKMethod method) = 0;
|
||||
|
||||
// Gets the last received timestamp. Returns true if a packet has been
|
||||
// received, false otherwise.
|
||||
virtual bool Timestamp(uint32_t* timestamp) const = 0;
|
||||
|
||||
Reference in New Issue
Block a user