Commit 099c0da1 authored by vaclav's avatar vaclav
Browse files

remove debugging code

parent 0e5b6d6c
Loading
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -1776,8 +1776,6 @@ static ivas_error decodeG192(
                goto cleanup;
            }
        }

        if ( frame > 3200 )
        /* Run decoder for one frame (get rendered output) */
        if ( ( error = IVAS_DEC_GetSamples( hIvasDec, pcmBuf, &nOutSamples ) ) != IVAS_ERR_OK )
        {
+0 −1
Original line number Diff line number Diff line
@@ -309,7 +309,6 @@ void calc_tilt_bwe(
    }

    *tilt = (float) ( r1 / sqrt( r0 ) );
    dbgwrite( &sp[0], 4, 1, 960, "res/aa" );

    return;
}