mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-15 05:34:03 -04:00
bluez: initialize variable to avoid warning
This commit is contained in:
parent
a6dcdfae0c
commit
37a8dd5cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ static void group_on_timeout(struct spa_source *source)
|
||||||
|
|
||||||
/* Produce output */
|
/* Produce output */
|
||||||
spa_list_for_each(stream, &group->streams, link) {
|
spa_list_for_each(stream, &group->streams, link) {
|
||||||
int res;
|
int res = 0;
|
||||||
uint64_t now;
|
uint64_t now;
|
||||||
int32_t min_latency = INT32_MAX, max_latency = INT32_MIN;
|
int32_t min_latency = INT32_MAX, max_latency = INT32_MIN;
|
||||||
struct stream *other;
|
struct stream *other;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue