vpxdec.c : don't double count corrupted frames
authorJim Bankoski <jimbankoski@google.com>
Fri, 28 Oct 2016 12:53:26 +0000 (05:53 -0700)
committerJim Bankoski <jimbankoski@google.com>
Mon, 31 Oct 2016 13:09:58 +0000 (06:09 -0700)
commit30f3017697d10fd6a1698e2d4b68bb67acf3482d
tree41c3782b7f092265e0aad3427af580465bed537b
parent7ef094c02f261f3599072eb1fa9aaa2477f9d47e
vpxdec.c : don't double count corrupted frames

A past patch made it so that every frame that had a decode error
caused a corrupted frame to be counted.  Unfortunately it was possible
to get both a decode error and a corrupt frame for the same frame
and thus double count an error. This code makes that impossible.

Change-Id: Iea973727422a3bf093ffda72fa358a285736048b
vpxdec.c