Commit 7bc51793 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix typo in HO-DirAC condition in ivas_dirac_dec_config

parent 786038cb
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -781,7 +781,7 @@ ivas_error ivas_dirac_dec_config(
        if ( ( ivas_dirac_dec_output_synthesis_open( hDirAC, st_ivas->renderer_type, nchan_transport, output_Fs
#ifdef HODIRAC
                                                     ,
                                                     st_ivas->sba_analysis_order > 1 && ivas_total_brate > IVAS_240_PT_LEN
                                                     st_ivas->sba_analysis_order > 1 && ivas_total_brate > IVAS_256k
#endif
                                                     ) ) != IVAS_ERR_OK )
        {
@@ -796,7 +796,7 @@ ivas_error ivas_dirac_dec_config(
        if ( ( ivas_dirac_dec_output_synthesis_open( hDirAC, st_ivas->renderer_type, nchan_transport, output_Fs
#ifdef HODIRAC
                                                     ,
                                                     st_ivas->sba_analysis_order > 1 && ivas_total_brate > IVAS_240_PT_LEN
                                                     st_ivas->sba_analysis_order > 1 && ivas_total_brate > IVAS_256k
#endif
                                                     ) ) != IVAS_ERR_OK )
        {