Commit a119195e authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Merge remote-tracking branch 'origin/main' into 797-omasa-crash-in-inactive-static-separated-object

parents f4e468fa 4fbbc08a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1098,7 +1098,7 @@ typedef struct
    int16_t previtd;
    int16_t filterlength;
    float mem_itd[ITD_MEM_LEN];
    float hrf_left_prev[SFX_SPAT_BIN_MAX_FILTER_LENGTH]; /* Todo: Should we allocate these buffers with malloc() instead of the maximum length? */
    float hrf_left_prev[SFX_SPAT_BIN_MAX_FILTER_LENGTH];
    float hrf_right_prev[SFX_SPAT_BIN_MAX_FILTER_LENGTH];
    float azim_prev;
    float elev_prev;