Adjust qp-max settinhg in VP9 wrapper.
More closely matches the qp-max setting used in VP8. TBR=stefan@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/39709004 Cr-Commit-Position: refs/heads/master@{#8177} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8177 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -167,7 +167,7 @@ int VP9EncoderImpl::InitEncode(const VideoCodec* inst,
|
||||
config_->rc_end_usage = VPX_CBR;
|
||||
config_->g_pass = VPX_RC_ONE_PASS;
|
||||
config_->rc_min_quantizer = 2;
|
||||
config_->rc_max_quantizer = 56;
|
||||
config_->rc_max_quantizer = 52;
|
||||
config_->rc_undershoot_pct = 50;
|
||||
config_->rc_overshoot_pct = 50;
|
||||
config_->rc_buf_initial_sz = 500;
|
||||
|
||||
Reference in New Issue
Block a user