shithub: libvpx

Download patch

ref: 49b6b99f5c0805a8b7961b0cccec03cabdedb209
parent: 913f42801537e67c7534a012d90cae303e0d8cc8
author: Angie Chiang <angiebird@google.com>
date: Tue Nov 20 11:33:07 EST 2018

Fix scan_build warnings in convolve_test.cc

Change-Id: I87e1c3f0492cde805b54b048385ea200652dfccc

--- a/test/convolve_test.cc
+++ b/test/convolve_test.cc
@@ -214,6 +214,8 @@
   const int intermediate_next_stride =
       1 - static_cast<int>(intermediate_height * output_width);
 
+  vp9_zero(intermediate_buffer);
+
   // Horizontal pass (src -> transposed intermediate).
   {
     uint16_t *output_ptr = intermediate_buffer;