shithub: libvpx

Download patch

ref: 13d0955b250bcb7eac99034e7b1677d3d026b569
parent: f9a13a1786e3ab2a35f9f5a97731ec6d05421dda
author: Johann <johannkoenig@google.com>
date: Wed Mar 14 10:22:08 EDT 2018

vp9_loopfilter.c: zero lfl_uv

The initialization depends on cm and mi_row which static
analysis does not approve of.

Clears a static analysis warning:
warning: The right operand of '+' is a garbage value
const loop_filter_thresh *lfi = lfthr + *lfl;

Change-Id: I8c863ced2b1e9a7e10103b7281098f20941a6ca2