Quiet warning by removing unused variable.
authorFritz Koenig <frkoenig@google.com>
Wed, 24 Aug 2011 22:47:09 +0000 (15:47 -0700)
committerFritz Koenig <frkoenig@google.com>
Wed, 24 Aug 2011 22:47:09 +0000 (15:47 -0700)
fwd_boost_score was not being computed or
referenced, so remove declaration.

Change-Id: Iece36cde1ec113e3c6afaff1407d24cdf12bd0a8

vp8/encoder/firstpass.c

index 9cdc1e5..8559142 100644 (file)
@@ -1473,7 +1473,6 @@ static int calc_arf_boost(
 
     int i;
     double boost_score = 0.0;
-    double fwd_boost_score = 0.0;
     double mv_ratio_accumulator = 0.0;
     double decay_accumulator = 1.0;
     double this_frame_mv_in_out = 0.0;