mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-29 13:14:14 -04:00
docs: fix some signedness compilation warnings
This commit is contained in:
parent
393da55797
commit
f1658434be
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ static void on_process(void *userdata)
|
|||
struct data *data = userdata;
|
||||
struct pw_buffer *b;
|
||||
struct spa_buffer *buf;
|
||||
int i, c, n_frames, stride;
|
||||
uint32_t i, c, n_frames, stride;
|
||||
int16_t *dst, val;
|
||||
|
||||
if ((b = pw_stream_dequeue_buffer(data->stream)) == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue