]> granicus.if.org Git - libvpx/commit
Revert "Skip the last frame update for some frame repeats."
authorpaulwilkins <paulwilkins@google.com>
Thu, 14 May 2015 16:16:36 +0000 (17:16 +0100)
committerpaulwilkins <paulwilkins@google.com>
Thu, 14 May 2015 16:21:44 +0000 (17:21 +0100)
commiteb8faf1c899f40345d940058556798425df00a15
treeda4db5b6fa6b1555c8bc06d320a34587f07cd525
parentaa5c1b4c5d80991e4b48dd302d3ec5f1a97552e8
Revert "Skip the last frame update for some frame repeats."

Testing on another rate control patch reveals that in some
situations, where the encoder is flipping in and out of arf
mode, we get an encoder decoder mismatch.

Whilst it is still not clear why, skipping  the last buffer
update seems to trigger the problem. Until I can establish
why, or if there is another underlying cause, I am reverting
this change.

This reverts commit e5112b3ae3352c4c55fb31235305f3f80f4b8f7e.

Change-Id: I315c5200414de89458015823344b7367e9dd75ba
vp9/encoder/vp9_encoder.c