mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix LV2 Atom sequence alignment #9750
This commit is contained in:
parent
8c583f8e20
commit
7567884111
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ struct ARDOUR::LV2_Evbuf {
|
||||||
uint32_t capacity;
|
uint32_t capacity;
|
||||||
uint32_t atom_Chunk;
|
uint32_t atom_Chunk;
|
||||||
uint32_t atom_Sequence;
|
uint32_t atom_Sequence;
|
||||||
|
uint32_t pad; // for 8byte alignment
|
||||||
LV2_Atom_Sequence atom;
|
LV2_Atom_Sequence atom;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue