Remove code related to REMB suppressor experiment.
Stats indicate this isn't helping. Ditching the whole thing. BUG=4082 R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/47569004 Cr-Commit-Position: refs/heads/master@{#8734} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8734 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -60,10 +60,6 @@ class BitrateController : public Module {
|
||||
virtual bool AvailableBandwidth(uint32_t* bandwidth) const = 0;
|
||||
|
||||
virtual void SetReservedBitrate(uint32_t reserved_bitrate_bps) = 0;
|
||||
|
||||
virtual void SetBitrateSent(uint32_t bitrate_sent_bps) = 0;
|
||||
|
||||
virtual void SetCodecMode(webrtc::VideoCodecMode mode) = 0;
|
||||
};
|
||||
} // namespace webrtc
|
||||
#endif // WEBRTC_MODULES_BITRATE_CONTROLLER_INCLUDE_BITRATE_CONTROLLER_H_
|
||||
|
||||
Reference in New Issue
Block a user