Commit 69a6f313 authored by vaclav's avatar vaclav
Browse files

fix

parent 82ace10b
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3255,6 +3255,9 @@ ivas_error IVAS_DEC_Flush(
    ivas_error error;
    uint16_t nSamplesToRender;
    uint16_t nSamplesFlushedLocal;
#ifdef FIX_HRTF_LOAD
    nSamplesFlushedLocal = 0; // temp. hack
#endif

    if ( hIvasDec == NULL || hIvasDec->st_ivas == NULL )
    {