| Index: source/libvpx/vp9/encoder/vp9_ratectrl.h
|
| ===================================================================
|
| --- source/libvpx/vp9/encoder/vp9_ratectrl.h (revision 232232)
|
| +++ source/libvpx/vp9/encoder/vp9_ratectrl.h (working copy)
|
| @@ -32,8 +32,8 @@
|
|
|
| double vp9_convert_qindex_to_q(int qindex);
|
| int vp9_gfboost_qadjust(int qindex);
|
| -extern int vp9_bits_per_mb(FRAME_TYPE frame_type, int qindex,
|
| - double correction_factor);
|
| +int vp9_bits_per_mb(FRAME_TYPE frame_type, int qindex,
|
| + double correction_factor);
|
| void vp9_setup_inter_frame(VP9_COMP *cpi);
|
|
|
| #endif // VP9_ENCODER_VP9_RATECTRL_H_
|
|
|