FS-7508: use all the cpus

This commit is contained in:
Anthony Minessale 2015-03-19 18:49:50 -05:00 committed by Michael Jerris
parent 7c294f242f
commit 2bbe417fab
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ static switch_status_t init_encoder(switch_codec_t *codec)
config->rc_target_bitrate = context->bandwidth;
config->g_lag_in_frames = 0;
config->kf_max_dist = 2000;
config->g_threads = (cpus > 1) ? 2 : 1;
config->g_threads = cpus;//(cpus > 1) ? 2 : 1;
if (context->is_vp9) {
//config->rc_dropframe_thresh = 2;