bluez: initialize variable to avoid warning

This commit is contained in:
Wim Taymans 2024-04-12 18:14:54 +02:00
parent a6dcdfae0c
commit 37a8dd5cb3

View file

@ -202,7 +202,7 @@ static void group_on_timeout(struct spa_source *source)
/* Produce output */
spa_list_for_each(stream, &group->streams, link) {
int res;
int res = 0;
uint64_t now;
int32_t min_latency = INT32_MAX, max_latency = INT32_MIN;
struct stream *other;