mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
avoid compiler warning
This commit is contained in:
parent
bb29deb45a
commit
feb557df83
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ static void * convolver_instantiate(const struct fc_descriptor * Descriptor,
|
|||
{
|
||||
struct convolver_impl *impl;
|
||||
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;
|
||||
struct spa_json it[3];
|
||||
const char *val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue