Commit 6cfcf1d2 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

Merge remote-tracking branch 'remotes/origin/main' into...

Merge remote-tracking branch 'remotes/origin/main' into 798-osba-decoder-crashes-with-output-format-mc-5_1-7_1-5_1_2-and-5_1_4
parents 7b5d36a4 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;