]> granicus.if.org Git - libvpx/commit
vp9 level targeting: more strict constraint on min_gf_interval
authorhui su <huisu@google.com>
Wed, 7 Jun 2017 22:50:36 +0000 (15:50 -0700)
committerhui su <huisu@google.com>
Thu, 8 Jun 2017 00:40:25 +0000 (17:40 -0700)
commit21d2273efa35bf41d6e7cb3a300792f00d281e84
tree774f50841d790c1d81b2e2686f0941b37d25484f
parent9cea3a3c4efc25e03781c60d34f867ff4f35e73e
vp9 level targeting: more strict constraint on min_gf_interval

min_gf_interval should be no less than min_altref_distance + 1,
as the encoder may produce bitstream with alt-ref distance being
min_gf_interval - 1.

BUG=b/38450599

Change-Id: Ifb733daa643ebc668d1b23e1ce92db94b66dabe8
vp9/vp9_cx_iface.c