]> granicus.if.org Git - libvpx/commit
Fix GF-only frame type allocation
authorJingning Han <jingning@google.com>
Wed, 14 Nov 2018 07:20:03 +0000 (23:20 -0800)
committerJingning Han <jingning@google.com>
Wed, 14 Nov 2018 19:35:21 +0000 (11:35 -0800)
commit38eb8e7752da9cc086f7843ecf830c37ba11157e
tree0fc852b70a266b7d5a879ed62a66826b04ebed15
parent16f50c34b37402d691b8137cb57fd09972292945
Fix GF-only frame type allocation

Rework the recursive ARF allocation to avoid missing one frame's
type assignment issue in GF only GOP structure. This fixes a rare
encoder failure issue in GF only setting.

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