mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
parent
261144c27f
commit
9bf7be7984
2 changed files with 3 additions and 4 deletions
|
|
@ -46,13 +46,13 @@
|
|||
|
||||
/** \cond */
|
||||
|
||||
#define MAX_INPUTS 64
|
||||
#define MAX_OUTPUTS 64
|
||||
#define MAX_INPUTS 1024
|
||||
#define MAX_OUTPUTS 1024
|
||||
|
||||
#define MAX_BUFFERS 64
|
||||
#define MAX_METAS 16u
|
||||
#define MAX_DATAS 64u
|
||||
#define MAX_AREAS 1024
|
||||
#define MAX_AREAS 2048
|
||||
#define MAX_MIX 128
|
||||
|
||||
#define CHECK_IN_PORT_ID(this,d,p) ((d) == SPA_DIRECTION_INPUT && (p) < MAX_INPUTS)
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
#include "extensions/client-node.h"
|
||||
|
||||
#define MAX_MIX 4096
|
||||
#define MAX_IO 32
|
||||
|
||||
/** \cond */
|
||||
static bool mlock_warned = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue