Loading lib_dec/ivas_omasa_dec_fx.c +113 −115 Original line number Diff line number Diff line Loading @@ -692,10 +692,8 @@ ivas_error ivas_omasa_dec_config_fx( IF( EQ_32( st_ivas->ism_mode, ISM_MASA_MODE_DISC ) ) { /* Allocate TD renderer for the objects in DISC mode */ IF( st_ivas->hBinRendererTd == NULL ) { IF( NE_32( ( error = ivas_td_binaural_open_fx( st_ivas, SrcInd, num_src ) ), IVAS_ERR_OK ) ) { IF( st_ivas->hBinRendererTd == NULL ){ IF( NE_32( ( error = ivas_td_binaural_open_fx( st_ivas, SrcInd, num_src ) ), IVAS_ERR_OK ) ){ return error; } #ifdef NONBE_FIX_1075 Loading Loading
lib_dec/ivas_omasa_dec_fx.c +113 −115 Original line number Diff line number Diff line Loading @@ -692,10 +692,8 @@ ivas_error ivas_omasa_dec_config_fx( IF( EQ_32( st_ivas->ism_mode, ISM_MASA_MODE_DISC ) ) { /* Allocate TD renderer for the objects in DISC mode */ IF( st_ivas->hBinRendererTd == NULL ) { IF( NE_32( ( error = ivas_td_binaural_open_fx( st_ivas, SrcInd, num_src ) ), IVAS_ERR_OK ) ) { IF( st_ivas->hBinRendererTd == NULL ){ IF( NE_32( ( error = ivas_td_binaural_open_fx( st_ivas, SrcInd, num_src ) ), IVAS_ERR_OK ) ){ return error; } #ifdef NONBE_FIX_1075 Loading