]> granicus.if.org Git - libvpx/commit
Fix minor bug in calculation of max arf group length.
authorPaul Wilkins <paulwilkins@google.com>
Thu, 27 Sep 2018 09:55:05 +0000 (10:55 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Fri, 28 Sep 2018 16:13:31 +0000 (17:13 +0100)
commit01ba4cf0ac28f6a84f7a60dae14d3c1e3c0c45c0
treea6f24ae6fd911c2dd3101a340654fa50fcdedf64
parentec7ab809c55ceca4cfd6c768e4ebc02feef6a51f
Fix minor bug in calculation of max arf group length.

Their is no valid last boosted Q availably when estimating the maximum
group length for the first ARF group in a clip, so use a value based on
the current max q.

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