Loading apps/decoder.c +5 −4 Original line number Diff line number Diff line Loading @@ -3911,7 +3911,8 @@ static ivas_error decodeVoIP( if ( ( error = IVAS_DEC_FeedPiDataToDecoder( hIvasDec, &ivasRtp.piData[ivasRtp.nProcPiData], numPiData #ifdef DEBUGGING ,renderConfig , renderConfig #endif ) ) != IVAS_ERR_OK ) Loading lib_dec/lib_dec.c +5 −3 Original line number Diff line number Diff line Loading @@ -3728,7 +3728,8 @@ static ivas_error feedAcousticEnvPI( IVAS_DEC_HANDLE hIvasDec, /* i/o: IVAS decoder handle */ const IVAS_PIDATA_ACOUSTIC_ENV hAcoustEnvPI /* i : Render configuration struct */ #ifdef DEBUGGING ,const IVAS_RENDER_CONFIG_DATA *renderConfig /* i : Render configuration struct */ , const IVAS_RENDER_CONFIG_DATA *renderConfig /* i : Render configuration struct */ #endif ) { Loading Loading @@ -6209,7 +6210,8 @@ ivas_error IVAS_DEC_FeedPiDataToDecoder( { error = feedAcousticEnvPI( hIvasDec, piData->data.acousticEnv #ifdef DEBUGGING ,renderConfig , renderConfig #endif ); } Loading Loading
apps/decoder.c +5 −4 Original line number Diff line number Diff line Loading @@ -3911,7 +3911,8 @@ static ivas_error decodeVoIP( if ( ( error = IVAS_DEC_FeedPiDataToDecoder( hIvasDec, &ivasRtp.piData[ivasRtp.nProcPiData], numPiData #ifdef DEBUGGING ,renderConfig , renderConfig #endif ) ) != IVAS_ERR_OK ) Loading
lib_dec/lib_dec.c +5 −3 Original line number Diff line number Diff line Loading @@ -3728,7 +3728,8 @@ static ivas_error feedAcousticEnvPI( IVAS_DEC_HANDLE hIvasDec, /* i/o: IVAS decoder handle */ const IVAS_PIDATA_ACOUSTIC_ENV hAcoustEnvPI /* i : Render configuration struct */ #ifdef DEBUGGING ,const IVAS_RENDER_CONFIG_DATA *renderConfig /* i : Render configuration struct */ , const IVAS_RENDER_CONFIG_DATA *renderConfig /* i : Render configuration struct */ #endif ) { Loading Loading @@ -6209,7 +6210,8 @@ ivas_error IVAS_DEC_FeedPiDataToDecoder( { error = feedAcousticEnvPI( hIvasDec, piData->data.acousticEnv #ifdef DEBUGGING ,renderConfig , renderConfig #endif ); } Loading