mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-29 06:46:38 -04:00
Merge branch 'master' into 'master'
audioconvert: fix tmp_datas[1] when scratch ports grow See merge request pipewire/pipewire!2798
This commit is contained in:
commit
2cd3e18e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -1325,7 +1325,7 @@ static int ensure_tmp(struct impl *this)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
this->tmp_datas[0][i] = SPA_PTR_ALIGN(this->tmp[0][i], MAX_ALIGN, void);
|
this->tmp_datas[0][i] = SPA_PTR_ALIGN(this->tmp[0][i], MAX_ALIGN, void);
|
||||||
this->tmp_datas[0][i] = SPA_PTR_ALIGN(this->tmp[0][i], MAX_ALIGN, void);
|
this->tmp_datas[1][i] = SPA_PTR_ALIGN(this->tmp[1][i], MAX_ALIGN, void);
|
||||||
}
|
}
|
||||||
this->scratch_ports = maxports;
|
this->scratch_ports = maxports;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue