Commit 86a8926d authored by bayers's avatar bayers
Browse files

do not flush EVS to ensure BE

parent a0a21782
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2860,7 +2860,7 @@ ivas_error IVAS_DEC_Flush(
    /* render IVAS frames  */
#ifdef NONBE_FIX_864_JBM_RENDER_FRAMESIZE
    error = IVAS_ERR_OK;
    if ( nSamplesToRender > 0 )
    if ( nSamplesToRender > 0 && hIvasDec->st_ivas->ivas_format != MONO_FORMAT )
    {
#endif
#ifdef SPLIT_REND_WITH_HEAD_ROT