Commit 8c97318a authored by bayers's avatar bayers
Browse files

fix flushing for EVS

parent 86a8926d
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2870,6 +2870,10 @@ ivas_error IVAS_DEC_Flush(
#endif
#ifdef NONBE_FIX_864_JBM_RENDER_FRAMESIZE
    }
    else
    {
        *nSamplesFlushed = 0;
    }
#endif
    return error;
}