Commit 16597411 authored by sagnowski's avatar sagnowski
Browse files

Fix default codec_frame_size_ms in lib_rend

parent 5f0de586
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;