Commit 4fbbc08a authored by norvell's avatar norvell
Browse files

Merge branch '714-todo-comments-in-the-framework' into 'main'

Removed one obsolete comment in ivas_stat_rend.h

See merge request !1083
parents 27b71568 588b5c9f
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;