mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
fix sign confusion
This commit is contained in:
parent
74e5f9fbcf
commit
e918f9f77c
60 changed files with 164 additions and 146 deletions
|
|
@ -86,7 +86,7 @@ static void on_timeout(void *userdata, uint64_t expirations)
|
|||
struct data *data = userdata;
|
||||
struct pw_buffer *b;
|
||||
struct spa_buffer *buf;
|
||||
int i, j;
|
||||
uint32_t i, j;
|
||||
uint8_t *p;
|
||||
struct spa_meta *m;
|
||||
struct spa_meta_header *h;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue