mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
make bitfields unsigned
Remove driver property from client-node of client-stream.
This commit is contained in:
parent
787900e8bf
commit
092a0c660d
19 changed files with 64 additions and 59 deletions
|
|
@ -50,7 +50,7 @@ struct channelmix {
|
|||
|
||||
struct spa_log *log;
|
||||
|
||||
int is_identity:1;
|
||||
unsigned int is_identity:1;
|
||||
float volume;
|
||||
float matrix[MAX_CHANNELS * MAX_CHANNELS];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue