Commit 4652d9a9 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix HO-DirAC condition in ivas_spar_to_dirac

parent a2c3babc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3035,7 +3035,7 @@ void ivas_spar_to_dirac(

    if ( hDirAC != NULL
#ifdef HODIRAC
         && ( st_ivas->sba_analysis_order <= 1 || st_ivas->hDecoderConfig->ivas_total_brate < IVAS_256k )
         && ( st_ivas->sba_analysis_order <= 1 || st_ivas->hDecoderConfig->ivas_total_brate <= IVAS_256k )
#endif
    )
    {