mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
pod: add padding to float pod
This commit is contained in:
parent
6494a5aac0
commit
e5c2896fca
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ struct spa_pod_long {
|
||||||
struct spa_pod_float {
|
struct spa_pod_float {
|
||||||
struct spa_pod pod;
|
struct spa_pod pod;
|
||||||
float value;
|
float value;
|
||||||
|
int32_t __padding;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct spa_pod_double {
|
struct spa_pod_double {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue