-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix keyframe counter update for dropped frames.
The counters are always updated in update_rc_counters(), for encoded or dropped frames. So the additional update in postencode_update_drop_frame() is not needed. Remove the update in postencode_update_drop_frame(). And this then requires an update in RateControlRTC::ComputeQP(), to keep external and internal RC the same. Change-Id: I2f1f67f8aa6586603801d5d65889445e2000d720
- Loading branch information
Showing
2 changed files
with
2 additions
and
4 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