ae: fix problem uncovered by alpine build

This commit is contained in:
Pavel Machek
2024-09-07 23:04:32 +02:00
parent 95f474076c
commit bd1a19f66f

View File

@@ -381,7 +381,7 @@ static void
update_control(controlstate *control)
{
clamp_control(control);
mp_io_pipeline_set_control_int32(control, control->value_req);
mp_io_pipeline_set_control_int32(&control->control, control->value_req);
control->value = control->value_req;
}