]> granicus.if.org Git - libvpx/commit
Clip buffer level to the maximum buffer size in CBR
authorAdrian Grange <agrange@google.com>
Thu, 17 Nov 2011 23:57:37 +0000 (15:57 -0800)
committerAdrian Grange <agrange@google.com>
Thu, 17 Nov 2011 23:57:37 +0000 (15:57 -0800)
commiteb15fe85e088ff7788a39cb0998ece58afd692c2
tree4775c235094d3e334c4f3884fec86a48a702c928
parent6dddcbc57d82c30a2833067f99325e6f051581ea
Clip buffer level to the maximum buffer size in CBR

The buffer level was able to increase indefinitely rather than
being clipped to the maximum buffer size specified by the user.

This change checks the buffrer level and prevents it from
going beyond the upper limit of the buffer.

Change-Id: Ifff55f79d3c018e4d3d77e554b11ada543cc1654
vp8/encoder/onyx_if.c
vp8/encoder/ratectrl.c