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.
Overflow was happening in two places: one in set_encoder_config(), where the input layer_target_bitrates are converted from kbps to bps, the other in vp9_calc_pframe_target_size_one_pass_vbr(), where target is scaled by kf_ratio. vp9_ratectrl.c:2039: runtime error: signed integer overflow: -137438983 * 25 cannot be represented in type 'int' Bug: chromium:1475943 Change-Id: I1ab0980862548c8827fae461df9a7a74425209ff
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 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