Commit 3ce2cda0 authored by vaclav's avatar vaclav
Browse files

fix

parent 66f1fe5c
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4027,6 +4027,9 @@ ivas_error IVAS_DEC_Flush(
    ivas_error error;
    UWord16 nSamplesToRender;
    UWord16 nSamplesFlushedLocal;
#ifdef FIX_HRTF_LOAD
    nSamplesFlushedLocal = 0; // temp. hack
#endif

    test();
    IF( hIvasDec == NULL || hIvasDec->st_ivas == NULL )