Loading lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -5053,7 +5053,7 @@ int16_t IVAS_REND_GetRenderConfig( hRCout->split_rend_config.hq_mode = 0; hRCout->split_rend_config.codec_delay_ms = 0; #ifdef API_5MS hRCout->split_rend_config.codec_frame_size_ms = 5; hRCout->split_rend_config.codec_frame_size_ms = 0; /* 0 means "use default for selected codec" */ #endif hRCout->split_rend_config.codec = IVAS_SPLIT_REND_CODEC_DEFAULT; hRCout->split_rend_config.poseCorrectionMode = IVAS_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB; Loading Loading
lib_rend/lib_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -5053,7 +5053,7 @@ int16_t IVAS_REND_GetRenderConfig( hRCout->split_rend_config.hq_mode = 0; hRCout->split_rend_config.codec_delay_ms = 0; #ifdef API_5MS hRCout->split_rend_config.codec_frame_size_ms = 5; hRCout->split_rend_config.codec_frame_size_ms = 0; /* 0 means "use default for selected codec" */ #endif hRCout->split_rend_config.codec = IVAS_SPLIT_REND_CODEC_DEFAULT; hRCout->split_rend_config.poseCorrectionMode = IVAS_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB; Loading