summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2012-01-06 12:32:07 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-01-06 12:32:07 -0800
commit80528410fc62d723a60b14d32e3a6f21e3289ce6 (patch)
tree76ca6be60bbd1cad2209ed64dbbad8dfd07439fb /vp8
parent66da859e5e738f1a1d2026d8d0f535718697fd38 (diff)
parent2a0d7b1a55aff0870f6bda485cf7cb63662c2337 (diff)
downloadlibvpx-80528410fc62d723a60b14d32e3a6f21e3289ce6.tar
libvpx-80528410fc62d723a60b14d32e3a6f21e3289ce6.tar.gz
libvpx-80528410fc62d723a60b14d32e3a6f21e3289ce6.tar.bz2
libvpx-80528410fc62d723a60b14d32e3a6f21e3289ce6.zip
Merge "Reduce the default kf_max_dist to 128."
Diffstat (limited to 'vp8')
-rw-r--r--vp8/vp8_cx_iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/vp8_cx_iface.c b/vp8/vp8_cx_iface.c
index 6181ee8ee..abaf85b40 100644
--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -1237,7 +1237,7 @@ static vpx_codec_enc_cfg_map_t vp8e_usage_cfg_map[] =
/* keyframing settings (kf) */
VPX_KF_AUTO, /* g_kfmode*/
0, /* kf_min_dist */
- 9999, /* kf_max_dist */
+ 128, /* kf_max_dist */
#if VPX_ENCODER_ABI_VERSION == (1 + VPX_CODEC_ABI_VERSION)
1, /* g_delete_first_pass_file */