Unverified Commit 40b255e1 authored by norvell's avatar norvell
Browse files

Add missing update of init for non-diegetic panning operation

parent de9f32ac
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -471,7 +471,11 @@ void TDREND_SRC_REND_UpdateFiltersFromSpatialParams_fx(
    {
        *itd = 0; // Q0
        move16();
#ifdef FIX_BASOP_2469_OBJ_EDIT_TD_REND_GAIN
        *Gain = ONE_IN_Q29; /* Q29 */
#else
        *Gain = ONE_IN_Q30; // Q30
#endif
        move32();
        set32_fx( hrf_left, 0, *filterlength );
        set32_fx( hrf_right, 0, *filterlength );