summaryrefslogtreecommitdiff
path: root/vp8/encoder/ratectrl.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2012-10-30 14:25:33 -0700
committerRonald S. Bultje <rbultje@google.com>2012-10-30 22:07:13 -0700
commitd115dbc24c341739ed89cf5698f81be6aee24b27 (patch)
tree84a5d6b942b7b62c41ac011e7b01e6ab72f3ecc6 /vp8/encoder/ratectrl.c
parentf88558fb1d609ea9f6fb763d61374defb70bc275 (diff)
downloadlibvpx-d115dbc24c341739ed89cf5698f81be6aee24b27.tar
libvpx-d115dbc24c341739ed89cf5698f81be6aee24b27.tar.gz
libvpx-d115dbc24c341739ed89cf5698f81be6aee24b27.tar.bz2
libvpx-d115dbc24c341739ed89cf5698f81be6aee24b27.zip
Adjust style to match Google Coding Style a little more closely.
Most of these were picked up in the previous commit (prefix change from vp8_ to vp9_), but I'm pushing this separately so that it's easier to review. Change-Id: I91e959895778b8632d7d33375523df8a7568a490
Diffstat (limited to 'vp8/encoder/ratectrl.c')
-rw-r--r--vp8/encoder/ratectrl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vp8/encoder/ratectrl.c b/vp8/encoder/ratectrl.c
index eea2a9083..5cd48967e 100644
--- a/vp8/encoder/ratectrl.c
+++ b/vp8/encoder/ratectrl.c
@@ -650,7 +650,8 @@ void vp9_adjust_key_frame_context(VP8_COMP *cpi) {
}
-void vp9_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit, int *frame_over_shoot_limit) {
+void vp9_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_limit,
+ int *frame_over_shoot_limit) {
// Set-up bounds on acceptable frame size:
if (cpi->oxcf.fixed_q >= 0) {
// Fixed Q scenario: frame size never outranges target (there is no target!)