mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pulse-server: index mask is now 24 bits
Update INDEX_MASK to match the new id allocation scheme.
This commit is contained in:
parent
bc164814cc
commit
11e57de7b0
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
#define SCACHE_ENTRY_SIZE_MAX (1024*1024*16)
|
||||
|
||||
#define INDEX_MASK 0xffffu
|
||||
#define INDEX_MASK 0xffffffu
|
||||
#define MONITOR_FLAG (1u << 24)
|
||||
#define EXTENSION_FLAG (1u << 25)
|
||||
#define MODULE_FLAG (1u << 26)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue