shithub: libvpx

Download patch

ref: 7336dfe2aef0eba6aa7d81acdefc8a0a82074661
parent: d2cd088cb7ac4f1b7cb6fa1a6c01c6cad4363dda
parent: eb5889f8827122cf5e9e9294756312ac6a966890
author: Jim Bankoski <jimbankoski@google.com>
date: Thu Feb 13 01:20:35 EST 2014

Merge "static analysis warning in vp9_ratectrl.c"

--- a/vp9/encoder/vp9_ratectrl.c
+++ b/vp9/encoder/vp9_ratectrl.c
@@ -846,7 +846,6 @@
   int q;
 
   if (frame_is_intra_only(cm)) {
-    active_best_quality = rc->best_quality;
 #if !CONFIG_MULTIPLE_ARF
     // Handle the special case for key frames forced when we have75 reached
     // the maximum key frame interval. Here force the Q to a range
--