Delete unused stats for preferred_bitrate.
Bug: webrtc:8830 Change-Id: Iaa30488255f2e09e269274136d370740cd030902 Reviewed-on: https://webrtc-review.googlesource.com/78880 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23529}
This commit is contained in:
@ -22,7 +22,6 @@ class VideoBitrateAllocator {
|
||||
|
||||
virtual VideoBitrateAllocation GetAllocation(uint32_t total_bitrate,
|
||||
uint32_t framerate) = 0;
|
||||
virtual uint32_t GetPreferredBitrateBps(uint32_t framerate) = 0;
|
||||
};
|
||||
|
||||
class VideoBitrateAllocationObserver {
|
||||
|
||||
Reference in New Issue
Block a user