module-filter-chain: fix array size

This commit is contained in:
Wim Taymans 2023-01-18 18:06:19 +01:00
parent 9d66de446b
commit 30057967dd

View file

@ -669,7 +669,7 @@ static void * convolver_instantiate(const struct fc_descriptor * Descriptor,
float *samples; float *samples;
int offset = 0, length = 0, channel = index, n_samples, len; int offset = 0, length = 0, channel = index, n_samples, len;
uint32_t i = 0; uint32_t i = 0;
struct spa_json it[2]; struct spa_json it[3];
const char *val; const char *val;
char key[256], v[256]; char key[256], v[256];
char filename[PATH_MAX] = ""; char filename[PATH_MAX] = "";