Index: source/libvpx/vp9/encoder/vp9_ratectrl.h |
diff --git a/source/libvpx/vp9/encoder/vp9_ratectrl.h b/source/libvpx/vp9/encoder/vp9_ratectrl.h |
index 869f6e59e9796585fd759af9a2d246f96710688e..e12d200be833cd6d9ed5239f836cc67c49c91f80 100644 |
--- a/source/libvpx/vp9/encoder/vp9_ratectrl.h |
+++ b/source/libvpx/vp9/encoder/vp9_ratectrl.h |
@@ -100,6 +100,7 @@ typedef struct { |
int64_t buffer_level; |
int64_t bits_off_target; |
int64_t vbr_bits_off_target; |
+ int64_t vbr_bits_off_target_fast; |
int decimation_factor; |
int decimation_count; |
@@ -152,7 +153,7 @@ int vp9_estimate_bits_at_q(FRAME_TYPE frame_kind, int q, int mbs, |
double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth); |
-void vp9_rc_init_minq_luts(); |
+void vp9_rc_init_minq_luts(void); |
// Generally at the high level, the following flow is expected |
// to be enforced for rate control: |