Properly pad AAC request struct

This commit is contained in:
wheremyfoodat 2024-09-05 01:55:44 +03:00 committed by GitHub
parent 1420e714e7
commit 656b7da5e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,8 @@ namespace Audio::AAC {
u32_le size; // Size of input AAC stream
u32_le destAddrLeft; // Output address for left channel samples
u32_le destAddrRight; // Output address for right channel samples
u32_le unknown1;
u32_le unknown2;
};
struct Message {