mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
buffers: eliminate an implicit type conversion
This commit is contained in:
parent
9dbd016f9d
commit
c80c6b79d7
1 changed files with 2 additions and 2 deletions
|
|
@ -166,8 +166,8 @@ param_filter(struct pw_buffers *this,
|
|||
uint8_t ibuf[4096];
|
||||
struct spa_pod_builder ib = { 0 };
|
||||
struct spa_pod *oparam, *iparam;
|
||||
uint32_t iidx, oidx, num = 0;
|
||||
int in_res = -EIO, out_res = -EIO;
|
||||
uint32_t iidx, oidx;
|
||||
int in_res = -EIO, out_res = -EIO, num = 0;
|
||||
|
||||
for (iidx = 0;;) {
|
||||
spa_pod_builder_init(&ib, ibuf, sizeof(ibuf));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue