audio_core: hle: mf: re-arrange comments
This commit is contained in:
parent
972b527374
commit
4bc6bfd51f
3 changed files with 19 additions and 12 deletions
|
@ -17,6 +17,8 @@ struct ADTSData {
|
|||
u32 samplerate;
|
||||
};
|
||||
|
||||
u32 ParseADTS(char* buffer, struct ADTSData* out);
|
||||
u32 ParseADTS(char* buffer, ADTSData* out);
|
||||
|
||||
// last two bytes of MF AAC decoder user data
|
||||
u16 MFGetAACTag(struct ADTSData input);
|
||||
// see https://docs.microsoft.com/en-us/windows/desktop/medfound/aac-decoder#example-media-types
|
||||
u16 MFGetAACTag(ADTSData input);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue