Loading lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -4469,7 +4469,7 @@ ivas_error IVAS_DEC_Flush( #ifdef FIX_1342_PROPER_FLUSH_IN_SR if ( is_split_rendering_enabled( hIvasDec->st_ivas->hDecoderConfig, hIvasDec->st_ivas->hRenderConfig ) ) { error = ivas_dec_flush_split_binaural_internal( hIvasDec, pcmBuf, NULL, nSamplesFlushed ); return IVAS_ERR_WRONG_MODE; } else { Loading Loading
lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -4469,7 +4469,7 @@ ivas_error IVAS_DEC_Flush( #ifdef FIX_1342_PROPER_FLUSH_IN_SR if ( is_split_rendering_enabled( hIvasDec->st_ivas->hDecoderConfig, hIvasDec->st_ivas->hRenderConfig ) ) { error = ivas_dec_flush_split_binaural_internal( hIvasDec, pcmBuf, NULL, nSamplesFlushed ); return IVAS_ERR_WRONG_MODE; } else { Loading