summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFritz Koenig <frkoenig@google.com>2011-08-24 15:47:09 -0700
committerFritz Koenig <frkoenig@google.com>2011-08-24 15:47:09 -0700
commit4797a972158db967f255e173ba0b37d47420f803 (patch)
tree025649f22047161846cddcdc64b10f2ecb6ece2b
parent112bd4e2b48317a85ba93c513ef79528aca1bb71 (diff)
downloadlibvpx-4797a972158db967f255e173ba0b37d47420f803.tar
libvpx-4797a972158db967f255e173ba0b37d47420f803.tar.gz
libvpx-4797a972158db967f255e173ba0b37d47420f803.tar.bz2
libvpx-4797a972158db967f255e173ba0b37d47420f803.zip
Quiet warning by removing unused variable.
fwd_boost_score was not being computed or referenced, so remove declaration. Change-Id: Iece36cde1ec113e3c6afaff1407d24cdf12bd0a8
-rw-r--r--vp8/encoder/firstpass.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/encoder/firstpass.c b/vp8/encoder/firstpass.c
index 9cdc1e5bf..8559142c9 100644
--- a/vp8/encoder/firstpass.c
+++ b/vp8/encoder/firstpass.c
@@ -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;