shithub: libvpx

Download patch

ref: a6da9ec9edadcb59edf5a8b00c542d97c53a284d
parent: 488c0a54f6aeadd80299fc836083f414be2bccb5
parent: f7023ea0144ab19a997839c65ce4388ee4b46762
author: Jingning Han <jingning@google.com>
date: Mon Sep 22 08:46:21 EDT 2014

Merge "Remove unnecessary local variable declaration"

--- a/vp9/encoder/vp9_rdopt.c
+++ b/vp9/encoder/vp9_rdopt.c
@@ -2718,7 +2718,6 @@
     int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0;
     int skippable = 0;
     int64_t tx_cache[TX_MODES];
-    int i;
     int this_skip2 = 0;
     int64_t total_sse = INT64_MAX;
     int early_term = 0;