mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioadapter: adjust max input ports
The control port adds an extra input port.
This commit is contained in:
parent
a365b19110
commit
cc463da63e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ static struct spa_log_topic *log_topic = &SPA_LOG_TOPIC(0, "spa.audioadapter");
|
|||
|
||||
#define DEFAULT_ALIGN 16
|
||||
|
||||
#define MAX_PORTS SPA_AUDIO_MAX_CHANNELS
|
||||
#define MAX_PORTS (SPA_AUDIO_MAX_CHANNELS+1)
|
||||
|
||||
/** \cond */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue