mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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 pod;
|
||||
float value;
|
||||
int32_t __padding;
|
||||
};
|
||||
|
||||
struct spa_pod_double {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue