shithub: libvpx

Download patch

ref: 9deb8459f64d4e9cb8d8a5ee05a6694292f01480
parent: 1765040a26d55dc9a51cc6d89892022ed2c3203b
parent: 4797a972158db967f255e173ba0b37d47420f803
author: John Koleszar <jkoleszar@google.com>
date: Thu Aug 25 20:05:11 EDT 2011

Merge remote branch 'origin/master' into experimental

Change-Id: If27b6e914cccc1dc23408ee7117b405e1364e779

--- 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;
--