shithub: libvpx

Download patch

ref: 8a1fb4027345c7f36ef02bea969484018ee0693b
parent: 5cc0a364ae9bd3e3ac6248f85283cf0cfa9ab07f
author: Johann <johannkoenig@google.com>
date: Tue Jan 31 10:18:40 EST 2017

Remove UNINITIALIZED_IS_SAFE

Where clang static analysis or gcc -Wmaybe-uninitialized warns of
uninitialized values, assign 0 to ints, MB_MODE_COUNT to
MB_PREDICTION_MODE, and B_MODE_COUNT to B_PREDICTION_MODE.

Assert that the modes have been changed from the invalid value by
the end of the function.

Change-Id: Ib11e1ffb08f0a6fe4b6c6729dc93b83b1c4b6350