Commit 0c17294c authored by vasilache's avatar vasilache
Browse files

fix Linux compile in 1325

parent db79a18b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -771,7 +771,7 @@ ivas_error config_acelp1(
            bits -= acelp_cfg->mid_lsf_bits;
        }
#ifdef NONBE_1325_TD_STEREO_QUANT_LSF_SEC_TEST
        else if ( tdm_lp_reuse_flag == 1 && idchan == 1 )
        else if ( tdm_lp_reuse_flag == 1 && idchan == 1 && active_cnt > -1 ) /* active_cnt should actually be removed from header as well*/
#else
        else if ( tdm_lp_reuse_flag == 1 && idchan == 1 && active_cnt != 1 )
#endif