Loading lib_dec/ivas_corecoder_dec_reconfig.c +5 −2 Original line number Diff line number Diff line Loading @@ -354,8 +354,11 @@ ivas_error ivas_corecoder_dec_reconfig( /*-----------------------------------------------------------------* * Set CNA/CNG flags *-----------------------------------------------------------------*/ #ifdef NONBE_FIX_ISM_XOVER_BR if ( st_ivas->ivas_format == SBA_FORMAT || st_ivas->ivas_format == MASA_FORMAT || st_ivas->ivas_format == SBA_ISM_FORMAT ) #else if ( st_ivas->ivas_format == SBA_FORMAT || st_ivas->ivas_format == MASA_FORMAT ) #endif { ivas_sba_set_cna_cng_flag( st_ivas ); } Loading Loading
lib_dec/ivas_corecoder_dec_reconfig.c +5 −2 Original line number Diff line number Diff line Loading @@ -354,8 +354,11 @@ ivas_error ivas_corecoder_dec_reconfig( /*-----------------------------------------------------------------* * Set CNA/CNG flags *-----------------------------------------------------------------*/ #ifdef NONBE_FIX_ISM_XOVER_BR if ( st_ivas->ivas_format == SBA_FORMAT || st_ivas->ivas_format == MASA_FORMAT || st_ivas->ivas_format == SBA_ISM_FORMAT ) #else if ( st_ivas->ivas_format == SBA_FORMAT || st_ivas->ivas_format == MASA_FORMAT ) #endif { ivas_sba_set_cna_cng_flag( st_ivas ); } Loading