Commit bf212edc authored by Dmitry Kovalev's avatar Dmitry Kovalev Committed by Gerrit Code Review
Browse files

Merge "Choosing GOOD mode by default."

Showing with 1 addition and 1 deletion
...@@ -323,7 +323,7 @@ static vpx_codec_err_t set_encoder_config( ...@@ -323,7 +323,7 @@ static vpx_codec_err_t set_encoder_config(
if (oxcf->init_framerate > 180) if (oxcf->init_framerate > 180)
oxcf->init_framerate = 30; oxcf->init_framerate = 30;
oxcf->mode = BEST; oxcf->mode = GOOD;
switch (cfg->g_pass) { switch (cfg->g_pass) {
case VPX_RC_ONE_PASS: case VPX_RC_ONE_PASS:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment