ref: b458f42966a6d3dc22917be433f48cd74fe702cc
parent: c02a4beed882521dd1ddcecbda88934868ea5844
parent: 43ae6c1e2298d6ccc51511587ce9bc32a83b168a
author: Yaowu Xu <[email protected]>
date: Wed Jun 29 18:51:14 EDT 2016
Merge "Remove effectless initialization"
--- a/vp8/encoder/ratectrl.c
+++ b/vp8/encoder/ratectrl.c
@@ -1593,7 +1593,7 @@
if (Q < thresh_qp &&
cpi->projected_frame_size > thresh_rate &&
pred_err_mb > thresh_pred_err_mb) {
- double new_correction_factor = cpi->rate_correction_factor;
+ double new_correction_factor;
const int target_size = cpi->av_per_frame_bandwidth;
int target_bits_per_mb;
// Drop this frame: advance frame counters, and set force_maxqp flag.