From 588b5c9fc231637080ec87d9862714df5796a08c Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Tue, 19 Sep 2023 08:47:13 +0200 Subject: [PATCH] Removed one obsolete comment in ivas_stat_rend.h --- lib_rend/ivas_stat_rend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_rend/ivas_stat_rend.h b/lib_rend/ivas_stat_rend.h index 57256f991e..7cb19be748 100644 --- a/lib_rend/ivas_stat_rend.h +++ b/lib_rend/ivas_stat_rend.h @@ -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; -- GitLab