Commit 6d00944f authored by Vidhya V P's avatar Vidhya V P
Browse files

Added change to make the fix generic

parent 37b1f416
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -987,7 +987,7 @@ ivas_error ivas_dirac_dec_config(
        st_ivas->hDirAC = hDirAC;
    }
#ifdef FIX_391_SBA
    else if ( ( hDirAC->hConfig->dec_param_estim_old != hDirAC->hConfig->dec_param_estim ) && ( st_ivas->hHeadTrackData ) )
    else if ( hDirAC->hConfig->dec_param_estim_old != hDirAC->hConfig->dec_param_estim )
    {
        int16_t num_slots_in_subfr;
        num_slots_in_subfr = hDirAC->hConfig->dec_param_estim ? CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES : 1;