shithub: libvpx

Download patch

ref: 4797a972158db967f255e173ba0b37d47420f803
parent: 112bd4e2b48317a85ba93c513ef79528aca1bb71
author: Fritz Koenig <frkoenig@google.com>
date: Wed Aug 24 11:47:09 EDT 2011

Quiet warning by removing unused variable.

fwd_boost_score was not being computed or
referenced, so remove declaration.

Change-Id: Iece36cde1ec113e3c6afaff1407d24cdf12bd0a8

--- a/vp8/encoder/firstpass.c
+++ b/vp8/encoder/firstpass.c
@@ -1473,7 +1473,6 @@
 
     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;