vp9_ratectrl.c : remove dead assignment to clear warning

Change-Id: Iacc0b5c58032bde372ed9f99b87712547c4d8454
This commit is contained in:
Jim Bankoski 2014-08-18 15:39:31 -07:00 committed by Gerrit Code Review
parent d735cd5e8f
commit 76e9992b9b

View File

@ -646,7 +646,6 @@ static int rc_pick_q_and_bounds_one_pass_vbr(const VP9_COMP *cpi,
int q; int q;
if (frame_is_intra_only(cm)) { if (frame_is_intra_only(cm)) {
active_best_quality = rc->best_quality;
// Handle the special case for key frames forced when we have reached // Handle the special case for key frames forced when we have reached
// the maximum key frame interval. Here force the Q to a range // the maximum key frame interval. Here force the Q to a range