mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-07 08:21:11 -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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue