mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05: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
|
|
@ -85,7 +85,7 @@ struct convert {
|
|||
uint32_t n_channels;
|
||||
uint32_t cpu_flags;
|
||||
|
||||
int is_passthrough:1;
|
||||
unsigned int is_passthrough:1;
|
||||
float ns_data[MAX_NS];
|
||||
uint32_t ns_idx;
|
||||
uint32_t ns_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue