]> granicus.if.org Git - libvpx/commit
Fix potential integer overflow.
authorFrank Galligan <fgalligan@google.com>
Fri, 5 Dec 2014 00:26:47 +0000 (16:26 -0800)
committerFrank Galligan <fgalligan@google.com>
Fri, 5 Dec 2014 16:02:12 +0000 (08:02 -0800)
commit4c4d7261e43c27a2f44c522b5055f3e1ec21eea3
tree057d74048d2c9e33e002e4277362320e54129074
parentb43c27ab6eccc1fff2de4e0dde25c0f495961439
Fix potential integer overflow.

ioc found a potential integer overflow in the rate control.

This is related to https://code.google.com/p/webm/issues/detail?id=821

Change-Id: Ib6c4acd6e964972f932fce7490592eb134f2b7ea
vp9/encoder/vp9_ratectrl.c