vp9: set kf_max_dist to a reasonable default (128)
authorJames Zern <jzern@google.com>
Thu, 25 Feb 2016 04:24:51 +0000 (20:24 -0800)
committerJames Zern <jzern@google.com>
Thu, 25 Feb 2016 20:34:12 +0000 (12:34 -0800)
commit14828e756f92175c1a3c097c1048c01bbfba43a9
treec22dd7aab40fc6d83bc50386d3bc7186287c334f
parent784eebb2d39c2f994b4ad0954cc0d800999eafda
vp9: set kf_max_dist to a reasonable default (128)

the same as vp8, with the same reasoning from:
2a0d7b1 Reduce the default kf_max_dist to 128.

see also:
https://trac.ffmpeg.org/ticket/4904
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815673

+ restore vpxenc behavior of taking the library default rather than
  forcing 5s

This change also exposes an issue with one-pass svc in cbr mode, keep
the old default in datarate_test.cc for now.

Change-Id: Id6d1244f42490b06fefc1a7b4e12a423a1f83e88
CHANGELOG
test/datarate_test.cc
vp9/vp9_cx_iface.c
vpxenc.c