diff --git a/lib_rend/ivas_stat_rend.h b/lib_rend/ivas_stat_rend.h index 57256f991efb540c298de01d4a7f29f0b69c63c0..7cb19be7482736a07a917d259e35c8885691e53f 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;