Commit 00172f69 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] opening CLDFB handles for LCLD codec

parent 3826d059
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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