shithub: libvpx

Download patch

ref: 06496d5508a1773492f2b063e4c53d0ff1fe731c
parent: 882f71e52b8ba630b099be6dfb154231524cad8a
parent: c39a361b0fdb435f399d817cf2545dbae10b6a5e
author: Yaowu Xu <yaowu@google.com>
date: Wed May 14 13:48:33 EDT 2014

Merge "vp9_quantizer.c: cleanup -wextra warnings"

--- a/vp9/encoder/vp9_quantize.c
+++ b/vp9/encoder/vp9_quantize.c
@@ -32,6 +32,7 @@
                          zbin_ptr[1] + zbin_oq_value };
   const int nzbins[2] = { zbins[0] * -1,
                           zbins[1] * -1 };
+  (void)iscan;
 
   vpx_memset(qcoeff_ptr, 0, count * sizeof(int16_t));
   vpx_memset(dqcoeff_ptr, 0, count * sizeof(int16_t));
@@ -87,6 +88,7 @@
   int idx = 0;
   int idx_arr[1024];
   int i, eob = -1;
+  (void)iscan;
 
   vpx_memset(qcoeff_ptr, 0, n_coeffs * sizeof(int16_t));
   vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t));