shithub: libvpx

Download patch

ref: 23216211bc27bd90bd4b32a4730e839a4de29559
parent: 18c902f8a416ae97de8143840234a416700a1e64
author: John Koleszar <jkoleszar@google.com>
date: Thu Sep 2 05:32:03 EDT 2010

Disable frame dropping by default

This is not the behavior that most users expect.

Change-Id: I226126ea400c22cf1f7918e80ea7fe0771c569cb

--- a/vp8/vp8_cx_iface.c
+++ b/vp8/vp8_cx_iface.c
@@ -1024,7 +1024,7 @@
 
         0,                  /* g_lag_in_frames */
 
-        70,                 /* rc_dropframe_thresh */
+        0,                  /* rc_dropframe_thresh */
         0,                  /* rc_resize_allowed */
         60,                 /* rc_resize_down_thresold */
         30,                 /* rc_resize_up_thresold */