correct alt-ref contribution to frame rate
authorJohn Koleszar <jkoleszar@google.com>
Mon, 16 Apr 2012 19:22:59 +0000 (12:22 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 16 Apr 2012 19:23:33 +0000 (12:23 -0700)
commit21173e19994a7ffcbdc321c35c8c8ea8e6219b78
treeb778e571e27c82204ac8e7660be3c69cf1b126e3
parentb5b61c179d8de1eab379d8e89d7b3bdca9d6c189
correct alt-ref contribution to frame rate

When producing an invisible ARF, the time stamp counters aren't
updated since the last time stamp is seen by the codec twice. The
prior code was trapping this case with refresh_alt_ref, but this isn't
correct for other uses of the ARF. Instead, use the show_frame flag.

Change-Id: If67fff7c6c66a3606698e34e2fb5731f56b4a223
vp8/encoder/onyx_if.c