Commit fd3c814c authored by lintervo's avatar lintervo
Browse files

Fix build issues

parent 136c03e6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -650,7 +650,7 @@ ivas_error TDREND_Update_object_positions_fx(
            }
#endif
#ifdef OBJ_EDITING_INTERFACE
            if ( ( error = TDREND_MIX_SRC_SetGain( hBinRendererTd, nS, hIsmMetaData[nS]->gain_fx ) ) != IVAS_ERR_OK )
            if ( ( error = TDREND_MIX_SRC_SetGain( hBinRendererTd, nS, hIsmMetaData[nS]->gain_fx ) ) != IVAS_ERR_OK )       // TODO: Check Gain has correct Q-value
            {
                return error;
            }
+1 −2
Original line number Diff line number Diff line
@@ -713,8 +713,7 @@ static void TDREND_SRC_SPATIAL_SetGain(
    const Word32 Gain          /* i  : Front-pointing vector                 */
)
{
    // Src_p->SrcRend_p->SrcGain_p_fx[0] = Gain;
    Src_p->SrcRend_p->SrcGain_p_fx[0] = ONE_IN_Q14;
    Src_p->SrcRend_p->SrcGain_p_fx[0] = Gain;
}
#endif