mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
video-stream: use the dcc local variable
In update_client_playback_delay() Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
39654c03a0
commit
5efc8fc8ad
@ -675,7 +675,7 @@ static void update_client_playback_delay(void *opaque, uint32_t delay_ms)
|
||||
spice_debug("resetting client latency: %u", dcc_get_max_stream_latency(dcc));
|
||||
main_dispatcher_set_mm_time_latency(reds_get_main_dispatcher(reds),
|
||||
client,
|
||||
dcc_get_max_stream_latency(agent->dcc));
|
||||
dcc_get_max_stream_latency(dcc));
|
||||
}
|
||||
|
||||
static void bitmap_ref(gpointer data)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user