pod: add padding to float pod

This commit is contained in:
Wim Taymans 2018-07-03 21:28:48 +02:00
parent 6494a5aac0
commit e5c2896fca

View file

@ -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 {