Commit ba27aca8 authored by vaclav's avatar vaclav
Browse files

Merge branch 'revision_of_todos' of...

Merge branch 'revision_of_todos' of https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec into revision_of_todos
parents 79cf2cdd 1050d2a9
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4871,7 +4871,6 @@ static ivas_error renderMcToBinaural(

    accumulate2dArrayToBuffer( tmpRendBuffer, &outAudio );

    /* TODO tmu : needs delay compensation */
    if ( ( error = renderLfeToBinaural( mcInput, outAudio ) ) != IVAS_ERR_OK )
    {
        return error;
@@ -4955,7 +4954,6 @@ static ivas_error renderMcToBinauralRoom(

    accumulate2dArrayToBuffer( tmpRendBuffer, &outAudio );

    /* TODO tmu : needs delay compensation */
    if ( ( error = renderLfeToBinaural( mcInput, outAudio ) ) != IVAS_ERR_OK )
    {
        return error;
@@ -5042,7 +5040,6 @@ static ivas_error renderMcCustomLsToBinauralRoom(

    accumulate2dArrayToBuffer( tmpCrendBuffer, &outAudio );

    /* TODO tmu : needs delay compensation */
    if ( ( error = renderLfeToBinaural( mcInput, outAudio ) ) != IVAS_ERR_OK )
    {
        return error;