Loading lib_rend/ivas_splitRendererPre.c +1 −1 Original line number Diff line number Diff line Loading @@ -1787,7 +1787,7 @@ ivas_error ivas_split_renderer_open( SPLIT_REND_WRAPPER *hSplitRendWrapper, error = IVAS_ERR_OK; #ifdef SPLIT_REND_TD_POSE_CORRECTION if ( pSplitRendConfig->poseCorrectionMode == IVAS_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB && is_cldfb_in == 0 ) if ( (pSplitRendConfig->poseCorrectionMode == IVAS_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB && is_cldfb_in == 0) || pSplitRendConfig->codec == IVAS_SPLIT_REND_CODEC_LCLD ) #else if ( is_cldfb_in == 0 ) #endif Loading Loading
lib_rend/ivas_splitRendererPre.c +1 −1 Original line number Diff line number Diff line Loading @@ -1787,7 +1787,7 @@ ivas_error ivas_split_renderer_open( SPLIT_REND_WRAPPER *hSplitRendWrapper, error = IVAS_ERR_OK; #ifdef SPLIT_REND_TD_POSE_CORRECTION if ( pSplitRendConfig->poseCorrectionMode == IVAS_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB && is_cldfb_in == 0 ) if ( (pSplitRendConfig->poseCorrectionMode == IVAS_SPLIT_REND_POSE_CORRECTION_MODE_CLDFB && is_cldfb_in == 0) || pSplitRendConfig->codec == IVAS_SPLIT_REND_CODEC_LCLD ) #else if ( is_cldfb_in == 0 ) #endif Loading