summaryrefslogtreecommitdiff
path: root/vp8/encoder/ratectrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/ratectrl.h')
-rw-r--r--vp8/encoder/ratectrl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp8/encoder/ratectrl.h b/vp8/encoder/ratectrl.h
index 76eff47a0..ac1a76f4c 100644
--- a/vp8/encoder/ratectrl.h
+++ b/vp8/encoder/ratectrl.h
@@ -27,9 +27,9 @@ extern void vp8_compute_frame_size_bounds(VP8_COMP *cpi, int *frame_under_shoot_
// return of 0 means drop frame
extern int vp8_pick_frame_size(VP8_COMP *cpi);
-extern double vp8_convert_qindex_to_q( int qindex );
-extern int vp8_gfboost_qadjust( int qindex );
-extern int vp8_bits_per_mb( FRAME_TYPE frame_type, int qindex );
+extern double vp8_convert_qindex_to_q(int qindex);
+extern int vp8_gfboost_qadjust(int qindex);
+extern int vp8_bits_per_mb(FRAME_TYPE frame_type, int qindex);
void vp8_setup_inter_frame(VP8_COMP *cpi);
#endif