Merge "Choosing GOOD mode by default."

This commit is contained in:
Dmitry Kovalev 2014-08-22 18:43:34 -07:00 committed by Gerrit Code Review
commit bf212edc10

View File

@ -323,7 +323,7 @@ static vpx_codec_err_t set_encoder_config(
if (oxcf->init_framerate > 180)
oxcf->init_framerate = 30;
oxcf->mode = BEST;
oxcf->mode = GOOD;
switch (cfg->g_pass) {
case VPX_RC_ONE_PASS: