audioadapter: adjust max input ports

The control port adds an extra input port.
This commit is contained in:
Wim Taymans 2022-06-23 11:39:27 +02:00
parent a365b19110
commit cc463da63e

View file

@ -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 */