From 76e9992b9ba235d325037996895b44bcf53c3918 Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Mon, 18 Aug 2014 15:39:31 -0700 Subject: [PATCH] vp9_ratectrl.c : remove dead assignment to clear warning Change-Id: Iacc0b5c58032bde372ed9f99b87712547c4d8454 --- vp9/encoder/vp9_ratectrl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vp9/encoder/vp9_ratectrl.c b/vp9/encoder/vp9_ratectrl.c index 9da2adec4..b926a58f4 100644 --- a/vp9/encoder/vp9_ratectrl.c +++ b/vp9/encoder/vp9_ratectrl.c @@ -646,7 +646,6 @@ static int rc_pick_q_and_bounds_one_pass_vbr(const VP9_COMP *cpi, int q; if (frame_is_intra_only(cm)) { - active_best_quality = rc->best_quality; // Handle the special case for key frames forced when we have reached // the maximum key frame interval. Here force the Q to a range