]> granicus.if.org Git - libvpx/commit
Reintroduce fix for max qindex calculation of a gf interval
authorJim Bankoski <jimbankoski@google.com>
Tue, 11 Jul 2017 13:48:13 +0000 (06:48 -0700)
committerJames Bankoski <jimbankoski@google.com>
Tue, 11 Jul 2017 18:40:26 +0000 (18:40 +0000)
commit689ad89e8625e7e5c2b981efd4c39e87e37b89b1
treec5a2d63975f4726eedae0a4e5d404cb507e587eb
parent66a96fd3de6426f8a7ec5293a858d97009ae00c4
Reintroduce fix for max qindex calculation of a gf interval

This reintroduces the fix:
  https://chromium-review.googlesource.com/c/422807/
and later reverted here:
  https://chromium-review.googlesource.com/c/447843/

BUG=webm:1355

This time behind a compile time flag :

configure --disable-always_adjust_bpm
configure --enable-always_adjust_bpm

This should make side by side testing easier and let users of the
lib pick which way they want to go.

Change-Id: I7d7b37b83015dc001810af84c132cbc1e71ba8d6
configure
vp9/encoder/vp9_firstpass.c