shithub: libvpx

Download patch

ref: baefd617527b4378d5b7202baacd7785f4be2f1c
parent: 768b018d18b72a9c3f604fbe5141fa40dc034636
parent: 546a21025929aaea1ce6a2598616057f1959c653
author: Jerome Jiang <jianj@google.com>
date: Thu Apr 12 23:40:20 EDT 2018

Merge "Silence warning when built with --enable-internal-stats."

--- a/vpx_dsp/ssim.c
+++ b/vpx_dsp/ssim.c
@@ -284,7 +284,7 @@
   for (i = 0; i < height;
        i += 4, img1 += img1_pitch * 4, img2 += img2_pitch * 4) {
     for (j = 0; j < width; j += 4, ++c) {
-      Ssimv sv = { 0 };
+      Ssimv sv = { 0, 0, 0, 0, 0, 0 };
       double ssim;
       double ssim2;
       double dssim;