VP8: Setting non-zero (conservative) threshold for frame dropper.

Review URL: http://webrtc-codereview.appspot.com/291001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1040 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
marpan@webrtc.org 2011-11-28 19:20:31 +00:00
parent 2cdb2d3833
commit d1b7932adf

View File

@ -311,7 +311,7 @@ VP8Encoder::InitEncode(const VideoCodec* inst,
_cfg->g_threads = 1;
// rate control settings
_cfg->rc_dropframe_thresh = 0;
_cfg->rc_dropframe_thresh = 30;
_cfg->rc_end_usage = VPX_CBR;
_cfg->g_pass = VPX_RC_ONE_PASS;
_cfg->rc_resize_allowed = 0;