mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
audioconvert: fix max number of links
This commit is contained in:
parent
3fdeb64ddb
commit
b6500bcb80
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ struct impl {
|
||||||
struct port out_port;
|
struct port out_port;
|
||||||
|
|
||||||
int n_links;
|
int n_links;
|
||||||
struct link links[4];
|
struct link links[8];
|
||||||
|
|
||||||
bool started;
|
bool started;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue