mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
Improve init functions
spa_pod_id has uint32_t value
This commit is contained in:
parent
a092b9312a
commit
2f66e17180
10 changed files with 45 additions and 43 deletions
|
|
@ -101,7 +101,7 @@ struct spa_pod_bool {
|
|||
|
||||
struct spa_pod_id {
|
||||
struct spa_pod pod;
|
||||
int32_t value;
|
||||
uint32_t value;
|
||||
int32_t __padding;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue