mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
avoid compiler warning
This commit is contained in:
parent
c21ea06944
commit
425c849042
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