]> granicus.if.org Git - libvpx/commit
Change initialization of static_scene_max_gf_interval.
authorPaul Wilkins <paulwilkins@google.com>
Thu, 16 Oct 2014 11:39:14 +0000 (12:39 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Thu, 16 Oct 2014 15:18:29 +0000 (16:18 +0100)
commit716ae78ce43b11b338332e55ef555194fb4bb904
treea7cf68b1f6f13c2c1c1edc32f49beec1ac91c570
parent68b550f5510a567583d9cdd9f60f44a280e611a7
Change initialization of static_scene_max_gf_interval.

This removes an unnecessary restriction that causes
a problem (noticed by AWG) when the forced key frame
interval is set to a very small value, such as 10. In this case
we were being forced to code minimal length GF groups.

Change-Id: I76ef5861a09638ff51f61fea02359554184ada53
vp9/encoder/vp9_ratectrl.c