]> granicus.if.org Git - libvpx/commit
Fix issue with short static KF groups.
authorPaul Wilkins <paulwilkins@google.com>
Fri, 20 Jul 2018 12:12:34 +0000 (13:12 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 20 Jul 2018 15:38:32 +0000 (16:38 +0100)
commit7409225a3cd465142bd20cec313270c0ecd0589b
treeccca8d0cee2cd05f2945d6fe909eb92c9a7eb79c
parente70fa980b87309553722700310ffee1e0c5bce40
Fix issue with short static KF groups.

Where a KF group is very short but static make sure
it is coded as a single GF group. Previously there was a
bug where such groups could be coded as an arf group
with the arf in the next scene.

Change-Id: I4504ae2b03c4877fcecfa58dd503879aa4eefac4
vp9/encoder/vp9_firstpass.c