Initialize "corrupted" to zero
authorJohann <johannkoenig@google.com>
Wed, 18 Mar 2015 18:01:28 +0000 (11:01 -0700)
committerJohann <johannkoenig@google.com>
Wed, 18 Mar 2015 18:01:28 +0000 (11:01 -0700)
commit5370c6f1a59cdf06be3c06a69075f991b5f08b60
tree8d0559ef993078b50245116babfc8b09055a23b4
parent8a192ce7efa461ff15886e60a8e9752a6bc2e105
Initialize "corrupted" to zero

Because the call to vpx_codec_control at line 928 is now guarded by
!frame_parallel, 'corrupted' may not be set.

Change-Id: Id166bd8a8cdb5e5120fca1640011a3545f6e178a
vpxdec.c