shithub: libvpx

Download patch

ref: 80528410fc62d723a60b14d32e3a6f21e3289ce6
parent: 66da859e5e738f1a1d2026d8d0f535718697fd38
parent: 2a0d7b1a55aff0870f6bda485cf7cb63662c2337
author: James Zern <jzern@google.com>
date: Fri Jan 6 07:32:07 EST 2012

Merge "Reduce the default kf_max_dist to 128."

--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -1237,7 +1237,7 @@
         /* 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 */