From: Jim Bankoski Date: Mon, 18 Aug 2014 22:39:31 +0000 (-0700) Subject: vp9_ratectrl.c : remove dead assignment to clear warning X-Git-Tag: v1.4.0~978^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76e9992b9ba235d325037996895b44bcf53c3918;p=libvpx vp9_ratectrl.c : remove dead assignment to clear warning Change-Id: Iacc0b5c58032bde372ed9f99b87712547c4d8454 --- 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