13
0

Fix LV2 Atom sequence alignment #9750

This commit is contained in:
Robin Gareus 2024-07-20 21:39:45 +02:00
parent 8c583f8e20
commit 7567884111
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -35,6 +35,7 @@ struct ARDOUR::LV2_Evbuf {
uint32_t capacity;
uint32_t atom_Chunk;
uint32_t atom_Sequence;
uint32_t pad; // for 8byte alignment
LV2_Atom_Sequence atom;
};