mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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;
|
||||
|
||||
int n_links;
|
||||
struct link links[4];
|
||||
struct link links[8];
|
||||
|
||||
bool started;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue