forked from open-webrtc-toolkit/owt-deps-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent resolution limited max bitrate from going below min
When simulcast screenshare is enabled, the max bitrate for the high quality stream can be limited based on the resolution. This CL fixes a bug where that limit could get so low that it is below the min bitrate of the top layer, which in turn could cause the encoder to fail initialization. Bug: webrtc:9761 Change-Id: I093bd0ba68fe0165e8982d169daf02cdf912c924 Reviewed-on: https://webrtc-review.googlesource.com/100682 Reviewed-by: Ilya Nikolaevskiy <[email protected]> Commit-Queue: Erik Språng <[email protected]> Cr-Commit-Position: refs/heads/master@{#24767}
- Loading branch information
Erik Språng
authored and
Commit Bot
committed
Sep 18, 2018
1 parent
32ce18c
commit cf91942
Showing
2 changed files
with
49 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters