Initialize mb_skip_coeff before picking modes
authorScott LaVarnway <slavarnway@google.com>
Thu, 22 Aug 2013 12:51:04 +0000 (08:51 -0400)
committerScott LaVarnway <slavarnway@google.com>
Thu, 22 Aug 2013 12:51:04 +0000 (08:51 -0400)
commit94bfbaa84ea956e733d4eb9602d589f9d3577b49
tree03af81a12cbbf1e4e4d34096e51eb2f109673bc1
parentce28d0ca89832c36c56f22873732582edf9ce9a0
Initialize mb_skip_coeff before picking modes

It appears that the above/left mb_skip_coeff used during
the pick modes, is left over from the previously
encode frame.  This patch initializes the flag to the default
value of zero.

Change-Id: Ida4684cc99611d6e3e82628db35ed717e28ce550
vp9/encoder/vp9_encodeframe.c