mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
loopback: quieten gcc on 32bit
This commit is contained in:
parent
4614412f94
commit
368c3e3f90
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ static void adjust_rates(struct userdata *u) {
|
||||||
(double) u->latency_snapshot.source_latency / PA_USEC_PER_MSEC,
|
(double) u->latency_snapshot.source_latency / PA_USEC_PER_MSEC,
|
||||||
((double) u->latency_snapshot.sink_latency + buffer_latency + u->latency_snapshot.source_latency) / PA_USEC_PER_MSEC);
|
((double) u->latency_snapshot.sink_latency + buffer_latency + u->latency_snapshot.source_latency) / PA_USEC_PER_MSEC);
|
||||||
|
|
||||||
pa_log_info("Should buffer %lu bytes, buffered at minimum %lu bytes",
|
pa_log_info("Should buffer %zu bytes, buffered at minimum %zu bytes",
|
||||||
u->latency_snapshot.max_request*2,
|
u->latency_snapshot.max_request*2,
|
||||||
u->latency_snapshot.min_memblockq_length);
|
u->latency_snapshot.min_memblockq_length);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue