FS-11425 enable profile name on test case

This commit is contained in:
Seven Du 2018-12-18 00:29:03 +08:00 committed by Andrey Volk
parent d12aeb4fff
commit 6d1309c97d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ FST_CORE_BEGIN("conf")
int packets = 0;
switch_status_t encode_status;
// switch_set_string(codec_settings.video.config_profile_name, "conference");
switch_set_string(codec_settings.video.config_profile_name, "conference");
if (!fctcl_is("--disable-hw")) {
codec_settings.video.try_hardware_encoder = 1;