Browse Source

ae: fix problem uncovered by alpine build

Pavel Machek 2 tháng trước cách đây
mục cha
commit
bd1a19f66f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/process_pipeline.c

+ 1 - 1
src/process_pipeline.c

@@ -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;
 }