Commit 39369f07 authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "add intentional non-BE for voip to test detection"

This reverts commit 166d192f.
parent 91ad6000
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3578,10 +3578,6 @@ static ivas_error decodeVoIP(

    if ( nSamplesFlushed )
    {
        for (int i = 0; i < 10; i++)
        {
            pcmBuf[i] += 1;
        }
        /* Write current frame */
        if ( ( error = AudioFileWriter_write( afWriter, pcmBuf, nSamplesFlushed * nOutChannels ) ) != IVAS_ERR_OK )
        {