From: John Koleszar Date: Thu, 2 Sep 2010 13:32:03 +0000 (-0400) Subject: Disable frame dropping by default X-Git-Tag: v0.9.2~8^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23216211bc27bd90bd4b32a4730e839a4de29559;p=libvpx Disable frame dropping by default This is not the behavior that most users expect. Change-Id: I226126ea400c22cf1f7918e80ea7fe0771c569cb --- diff --git a/vp8/vp8_cx_iface.c b/vp8/vp8_cx_iface.c index 40cb73776..3cc84fc76 100644 --- a/vp8/vp8_cx_iface.c +++ b/vp8/vp8_cx_iface.c @@ -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 */