mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
module-filter-chain: fix array size
This commit is contained in:
parent
9d66de446b
commit
30057967dd
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@ static void * convolver_instantiate(const struct fc_descriptor * Descriptor,
|
|||
float *samples;
|
||||
int offset = 0, length = 0, channel = index, n_samples, len;
|
||||
uint32_t i = 0;
|
||||
struct spa_json it[2];
|
||||
struct spa_json it[3];
|
||||
const char *val;
|
||||
char key[256], v[256];
|
||||
char filename[PATH_MAX] = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue