Remove unused framerate parameter from simulcast bitrate allocator.
It's not removed from VideoBitrateAllocationParameters as that struct is part of the API. Bug: webrtc:9883 Change-Id: I69f683e3c1dc3a0edc1711f6289514b86b05ad77 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/149815 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28935}
This commit is contained in:
@ -39,16 +39,13 @@ class SimulcastRateAllocator : public VideoBitrateAllocator {
|
||||
uint32_t total_bitrate_bps,
|
||||
VideoBitrateAllocation* allocated_bitrates_bps);
|
||||
void DistributeAllocationToTemporalLayers(
|
||||
uint32_t framerate,
|
||||
VideoBitrateAllocation* allocated_bitrates_bps) const;
|
||||
std::vector<uint32_t> DefaultTemporalLayerAllocation(int bitrate_kbps,
|
||||
int max_bitrate_kbps,
|
||||
int framerate,
|
||||
int simulcast_id) const;
|
||||
std::vector<uint32_t> ScreenshareTemporalLayerAllocation(
|
||||
int bitrate_kbps,
|
||||
int max_bitrate_kbps,
|
||||
int framerate,
|
||||
int simulcast_id) const;
|
||||
int NumTemporalStreams(size_t simulcast_id) const;
|
||||
|
||||
|
Reference in New Issue
Block a user