avoid compiler warning

This commit is contained in:
Wim Taymans 2023-12-04 12:21:41 +01:00
parent c21ea06944
commit 425c849042

View file

@ -856,7 +856,7 @@ static void * convolver_instantiate(const struct fc_descriptor * Descriptor,
{ {
struct convolver_impl *impl; struct convolver_impl *impl;
float *samples; float *samples;
int offset = 0, length = 0, channel = index, n_samples, len; int offset = 0, length = 0, channel = index, n_samples = 0, len;
uint32_t i = 0; uint32_t i = 0;
struct spa_json it[3]; struct spa_json it[3];
const char *val; const char *val;