forked from webmproject/libvpx
-
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.
Fix a UBSan error in vp9_rc_update_framerate()
Fix a UBSan error in the calculation of rc->min_frame_bandwidth in vp9_rc_update_framerate(). A follow-up to https://chromium-review.googlesource.com/c/webm/libvpx/+/4944271. Similar to the libaom CL https://aomedia-review.googlesource.com/c/aom/+/190462. Bug: aomedia:3509 Change-Id: I36168a6d00cd81e60ae19a7d74c21f2e6c2f0caf (cherry picked from commit 1f65fac)
- Loading branch information
1 parent
18da856
commit c60622e
Showing
2 changed files
with
77 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