audio_core: hle: mf: rename functions
This commit is contained in:
parent
ea8a1f8754
commit
2c40ef2a90
3 changed files with 6 additions and 6 deletions
|
@ -17,6 +17,6 @@ struct ADTSData {
|
|||
u32 samplerate;
|
||||
};
|
||||
|
||||
u32 parse_adts(char* buffer, struct ADTSData* out);
|
||||
u32 ParseADTS(char* buffer, struct ADTSData* out);
|
||||
// last two bytes of MF AAC decoder user data
|
||||
u16 mf_get_aac_tag(struct ADTSData input);
|
||||
u16 MFGetAACTag(struct ADTSData input);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue