Fix lingering x->skip settings if static_threshold is used.
authorRonald S. Bultje <rbultje@google.com>
Mon, 15 Apr 2013 19:50:32 +0000 (12:50 -0700)
committerRonald S. Bultje <rbultje@google.com>
Mon, 15 Apr 2013 20:39:07 +0000 (13:39 -0700)
commit33a8df085d141dea4361d1d2a678e8fb7d4cf16d
tree69ef47b10f82b35d74babecf267c94c5a8ff0fac
parentaaf33d7df5a061c3175338895484c9b5d6e5f6b5
Fix lingering x->skip settings if static_threshold is used.

Keyframes don't set this variable, so it would use the last set
values from inter frames.

Change-Id: Ie1ef45ece2c44b21b5d55f6cea9f7d6e7a445692
vp9/encoder/vp9_rdopt.c