]> granicus.if.org Git - libvpx/commitdiff
Disable frame dropping by default
authorJohn Koleszar <jkoleszar@google.com>
Thu, 2 Sep 2010 13:32:03 +0000 (09:32 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 2 Sep 2010 13:32:03 +0000 (09:32 -0400)
This is not the behavior that most users expect.

Change-Id: I226126ea400c22cf1f7918e80ea7fe0771c569cb

vp8/vp8_cx_iface.c

index 40cb73776db16320d13dcaa338959203d76683b5..3cc84fc76f97df2299f7e4a9f697f397c4cab374 100644 (file)
@@ -1024,7 +1024,7 @@ static vpx_codec_enc_cfg_map_t vp8e_usage_cfg_map[] =
 
         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 */