Commit 7315eb1b authored by vaclav's avatar vaclav
Browse files

fix in function call (issue introduced in previous commit)

parent 406db880
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2552,7 +2552,7 @@ void ivas_dirac_dec(
    onset_filter_subframe = DirAC_mem.onset_filter + hDirAC->num_freq_bands;

#ifdef HODIRAC
    hodirac_flag = ivas_get_hodirac_flag( st_ivas->hDecoderConfig->ivas_total_brate, st_ivas->sba_analysis_order > 1 );
    hodirac_flag = ivas_get_hodirac_flag( st_ivas->hDecoderConfig->ivas_total_brate, st_ivas->sba_analysis_order );
#endif

    if ( st_ivas->hQMetaData != NULL && st_ivas->sba_mode != SBA_MODE_SPAR )