Skip to content

Commit

Permalink
Properly pad AAC request struct
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Sep 4, 2024
1 parent 1420e71 commit 656b7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/audio/aac.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 656b7da

Please sign in to comment.