Improve init functions

spa_pod_id has uint32_t value
This commit is contained in:
Wim Taymans 2017-11-23 12:38:37 +01:00
parent a092b9312a
commit 2f66e17180
10 changed files with 45 additions and 43 deletions

View file

@ -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;
};