From d115dbc24c341739ed89cf5698f81be6aee24b27 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 30 Oct 2012 14:25:33 -0700 Subject: 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 --- vp8/encoder/ratectrl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vp8/encoder/ratectrl.c') 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!) -- cgit v1.2.3