mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
fix compilation
This commit is contained in:
parent
45c7709bf6
commit
1276c946fd
1 changed files with 1 additions and 1 deletions
|
|
@ -5415,7 +5415,7 @@ void jack_port_set_latency_range (jack_port_t *port, jack_latency_callback_mode_
|
||||||
|
|
||||||
nframes = jack_get_buffer_size((jack_client_t*)c);
|
nframes = jack_get_buffer_size((jack_client_t*)c);
|
||||||
if (nframes == 0)
|
if (nframes == 0)
|
||||||
n_frames = 1;
|
nframes = 1;
|
||||||
|
|
||||||
latency.min_rate = range->min;
|
latency.min_rate = range->min;
|
||||||
if (latency.min_rate >= nframes) {
|
if (latency.min_rate >= nframes) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue